/* Intervio Architecture HTML Template  */

/*** 

====================================================================
            Fonts
====================================================================

 ***/

@import url('font-awesome.min.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('flaticon.css');
/*@import url('owl.css');*/
@import url('jquery-ui.css');
/*@import url('jquery.fancybox.min.css');*/
@import url('scrollbar.css');
@import url('hover.css');
/*@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');*/
@import url('swiper.min.css');
@import url('rtl.css');
@import url('https://at.alicdn.com/t/font_1259531_78cfl6umjyy.css');


/*** 

====================================================================
    Reset
====================================================================

 ***/
 
 ::-webkit-scrollbar{
 	width: 6px;
 	height: 6px;
 	background-color: #F5F5F5;
 }
 ::-webkit-scrollbar-track{
 	border-radius: 3px;
 	background-color: #F5F5F5;
 }
 ::-webkit-scrollbar-thumb{
 	border-radius: 3px;
 	background-color: #178dbf;
 }
 
 @font-face {
	font-family: "shishang";
	src: url("../fonts/edix.ttf") format("truetype"),
	url('../fonts/edix.woff2') format('woff2'),
	url('../fonts/edix.woff') format('woff');
	font-weight: normal;
	font-style: normal;
 }
 .ziti {
   font-family: "shishang";
   font-size: 136px;
   font-weight: 300;
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke: 1px #d6d5d5;
   text-transform: uppercase;
   opacity: .8;
 }
 
 @media only screen and (max-width: 1600px){
	.ziti {
		font-size: 100px;
	}
 }
 @media only screen and (max-width: 1200px){
	.ziti {
	 	font-size: 80px;
	}
 }
 @media only screen and (max-width: 900px){
 	.ziti {
 	 	font-size: 60px;
 	}
 }
  @media only screen and (max-width: 767px){
 	.ziti {
 	 	font-size: 50px;
 	}
 }

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	line-height: inherit;
}


/*** 

====================================================================
    Global Settings
====================================================================

 ***/

.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}

body {
	font-size: 18px;
	color: #222;
	font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
	background: #fff;
	font-weight: initial;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: none;
}

p {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0px;
	background: none;
}

h3 {
	font-size: 45px;
	line-height: 1.35em;
	color: #2a2a2a;
	font-weight: 300;
}
h5 {
	font-size: 30px;
	line-height: 2em;
	color: #2a2a2a;
	font-weight: 300;
}
h6 {
	font-size: 24px;
	line-height: 1.5em;
	color: #2a2a2a;
	font-weight: 300;
}

@media only screen and (max-width: 1200px){
	h3 {
		font-size: 40px;
	}
	h5 {
		font-size: 26px;
	}
	h6 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 900px){
	h3 {
		font-size: 30px;
	}
	h5 {
		font-size: 22px;
	}
	h6 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	h3 {
		font-size: 28px;
	}
	h5 {
		font-size: 20px;
	}
	h6 {
		font-size: 16px;
	}
}

textarea {
	overflow: hidden;
}

button {
	outline: none !important;
	cursor: pointer;
}

.text {
	font-size: 16px;
	line-height: 26px;
	margin: 0px 0px 15px;
}

/*#keys::-webkit-input-placeholder{
	color: #888;
	font-size:18px;
}

#keys:-moz-input-placeholder {
	color: #888;
	font-size:18px;
}

#keys:-ms-input-placeholder {
	color: #888;
	font-size:18px;
}*/
textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
	color: #999 !important; 
	font-size:16px !important; 
}

textarea:-moz-input-placeholder,input:-moz-input-placeholder {
	color: #999 !important; 
	font-size:16px !important; 
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder {
	color: #999 !important; 
	font-size:16px !important; 
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container {
	max-width: 1460px;
	padding: 0px 15px;
	margin: 0 auto;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

figure {
	margin-bottom: 0;
}

.theme-btn {
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.theme-btn i {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered {
	text-align: center !important;
}

.gray-bg {
	background-color: #f4f4f4 !important;
}

.light-bg {
	background-color: #fff !important;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.dropdown-toggle::after {
	display: none;
}

.fa {
	line-height: inherit;
}

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
}

.preloader-close {
	position: fixed;
	z-index: 999999;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	font-weight: 600;
}

.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}

.loader-wrap .layer-one {
	position: absolute;
	left: 0%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}


.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0a273d;
}

.owl-nav,
.owl-dots {
	display: none;
}

/*swiper*/
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E);
    right: 10px;
    left: auto;
	width: 18px;
	height: 30px;
	margin-top: -15px;
	background-size: 18px 30px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E);
    left: 10px;
    right: auto;
	width: 18px;
	height: 30px;
	margin-top: -15px;
	background-size: 18px 30px;
}
.bt-prev {
	position: absolute;
	width: 40px;
	height: 124px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 124px;
	border-radius: 0px 10px 10px 0px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	z-index: 9;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: .5s;
}

.bt-prev:hover {
	background-color: #1491c4;
}

.bt-next {
	position: absolute;
	width: 40px;
	height: 124px;
	line-height: 124px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 10px 0px 0px 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	z-index: 9;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: .5s;
}

.bt-next:hover {
	background-color: #1491c4;
}

.swiper-button-disabled {
	opacity: .3;
}

@media only screen and (max-width: 767px){
	.bt-prev {
		width: 30px;
		height: 80px;
		line-height: 80px;
		border-radius: 0px 5px 5px 0px;
		font-size: 20px;
	}
	.bt-next {
		width: 30px;
		height: 80px;
		line-height: 80px;
		border-radius: 5px 0px 0px 5px;
		font-size: 20px;
	}
}


/* Btn style */

.theme-btn {
	display: inline-block;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}


/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 130px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1491c4;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
	.scroll-to-top {
		right: 10px;
		bottom: 30px;
	}
}

.scroll-to-top.style-two {
	background-color: #2d3247;
}

.scroll-to-top:hover {
	color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-color: #ffffff;
	padding: 15.5px 45px;
	font-weight: 600;
	overflow: hidden;
	text-transform: uppercase;
}

.btn-style-one:hover {
	color: #fff;
}

.btn-style-one:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ccc;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-one:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-one span {
	position: relative;
	z-index: 2;
}

/* Btn Style Two */
.btn-style-two {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #232323;
	background-color: transparent;
	padding: 15px 60px;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
	border: 1px solid;
}

.btn-style-two:hover {
	color: #fff;
}

.btn-style-two:before {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
	-webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
	-webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	-o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
	/* easeInOutQuint */
}

.btn-style-two:hover:before {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-two span {
	position: relative;
	z-index: 2;
}

/* Header Style */

.main-header {
	position: relative;
	width: 100%;
	z-index: 9999;
}

/* Header Upper */

.main-header .header-upper {
	position: relative;
	background-color: #fff;
	-moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4); 
	box-shadow:0px 0px 15px rgba(0, 0, 0, 0.4);
}

.main-header .header-upper .auto-container {
	/* max-width: 100%; */
	/* padding: 0 100px; */
}

.main-header .header-upper .inner-container {
	position: relative;
	min-height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.main-header .header-upper .logo-box {
	z-index: 10;
}

.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
	padding: 27.5px 0px;
}
.main-header .header-upper .logo-box .logo img.pc {
	height:45px;
}
.main-header .header-upper .logo-box .logo img.wap {
	display:none;
}
.main-header .header-upper .logo-box .logo a {
	display: block;
}

.main-header .nav-outer {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-header .navbar-right-info .search-toggler {
	position: relative;
	background-color: transparent;
	font-size: 16px;
	color: #8e8e8e;
}

.navbar-right-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.navbar-right-info .flaticon-search {
	cursor:pointer;
}

.navbar-right-info .phone-number {
	font-size: 16px;
	height: 40px;
	border: 1px solid #8e8e8e;
	border-radius: 18px;
	padding: 0px 15px;
	overflow: hidden;
}

.navbar-right-info .phone-number input[type="text"] {
	width: 130px;
	height: 38px;
	line-height: 38px;
}

.navbar-right-info .phone-number a {
	color: #fff;
}

.navbar-right-info .sidemenu-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 50%;
}

.navbar-right-info .mobile-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 50%;
}

#pop {position: relative;padding: 50px 30px 40px;width: auto;width: 90%;max-width: 1000px;margin: 20px auto;}
.form-group {
    margin-bottom: 10rem;
}
.search-form {position:relative;}
.search-form fieldset {position:relative;/* border:7px solid rgba(255,255,255,0.50); */border-radius:12px;}
.search-form fieldset input[type="search"] {position:relative;height: 80px;background:#ffffff;line-height: 80px;font-size: 18px;color:#233145;border: 1px solid #178dbf;padding:0 100px 0 20px;width:100%;}
.search-form fieldset input[type="submit"] {position:absolute;display:block;right:0px;top:0px;text-align:center;width:120px;height: 80px;color:#ffffff !important;line-height: 80px;font-size: 18px;cursor:pointer;background-color: #178dbf;border:0px;}
#pop .mfp-close {width:50px;height:50px;line-height:50px; font-size:50px; color:#fff; }

@media only screen and (max-width: 767px){
	.main-header .header-upper .logo-box .logo img.pc {
		display:none;
	}
	.main-header .header-upper .logo-box .logo img.wap {
		display:block;
		height:35px;
	}
}


/* Sticky Header */

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: -1;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
	padding: 0px;
	background: rgb(255, 255, 255);
	-webkit-transition: top 300ms ease 0s;
	-o-transition: top 300ms ease 0s;
	transition: top 300ms ease 0s;
}

.sticky-header .main-menu .navigation {
	margin-top: 0;
}

.main-header .nav-outer .main-menu {
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
	margin-left: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-menu .navigation>li {
	position: relative;
	margin: 0px 25px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li:after {
	content:"";
	width:1px;
	height: 16px;
	background-color: #d1d1d1;
	position:absolute;
	right: -25px;
	top: 50%;
	transform: translateY(-8px);
	z-index:5;
}
.main-menu .navigation>li:last-child {
	/* margin-right: 0px; */
}

.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #2a2a2a;
	padding: 35px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li.current>a:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
}

.sticky-header .main-menu .navigation>li.current>a:before {
	bottom: 0 !important;
	top: auto !important;
	height: 4px;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: -30px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0px;
	/* border-top: 2px solid; */
	background-color: #178dbf;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 30px;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12.5px 0;
	border-bottom: 1px solid rgb(255 255 255 / 20%);
	line-height: 24px;
	font-size: 18px;
	text-transform: capitalize;
	color: #fff;
	text-align: left;
}

.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	z-index: 5;
}

.main-menu .navigation>li>ul>li>a:hover {
	color: rgb(255 255 255 / 80%);
}

.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	z-index: 100;
	display: none;
	padding: 10px 0px;
	border-top: 2px solid;
	background-color: #272727;
	transition: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 40px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {}

.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12px 0;
	line-height: 24px;
	font-weight: 600;
	border-bottom: 1px solid #41394f;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	position: absolute;
	right: 16px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}



/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}

.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}

.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}

.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}

.search-popup .close-search:hover {
	opacity: 0.70;
}

.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.50);
	border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 0px;
}

.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}

.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}

.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-section {
	margin-top: 30px;
}

.no-data {
	width: 100%;
	padding: 20px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color:#5d5d5d;
}

.no-data span {
	color: #f00;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}

.fixed-header .sticky-header .logo {
	padding: 20.5px 0px;
}

.sticky-header .main-menu .navigation>li {
	margin-left: 50px !important;
	padding: 0 !important;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
	display: none;
}

.sticky-header .main-menu .navigation>li>a {
	padding: 27px 0px !important;
	line-height: 30px;
	font-size: 18px;
	color: #2a2a2a;
	text-transform: capitalize;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li.current>a,.main-menu .navigation>li>a:hover {
	color: #178dbf;
}

/* Header Top */
.header-top {
	position: relative;
	border-bottom: 1px solid #404049;
}

.header-top .text {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	margin: 0;
	padding: 15px 0;
}

.header-top .right-column {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-top .phone-number {
	color: #aaa;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 40px;
	border-left: 1px solid #404049;
	border-right: 1px solid #404049;
}

.header-top .phone-number a {
	color: #aaa;
	transition: .5s;
}

.header-top .phone-number a:hover {
	color: #fff;
}

.header-top .phone-number i {
	font-weight: 900;
	margin-right: 10px;
}

.header-top .social-links {
	position: relative;
	padding: 12px 40px;
	border-right: 1px solid #404049;
}

.header-top .social-links ul li {
	display: inline-block;
}

.header-top .social-links ul li+li {
	margin-left: 16px;
}

.header-top .social-links ul li a {
	color: #aaa;
	transition: .5s;
}

.header-top .social-links ul li a:hover {
	color: #fff;
}
@media only screen and (max-width: 1440px){
	.main-menu .navigation>li {
		margin: 0px 15px;
	}
	.main-menu .navigation>li:after {
		right: -15px;
	}
}
@media only screen and (max-width: 1279px){
	.sticky-header .main-menu .navigation>li {
		margin-left: 20px !important;
	}
	.main-menu .navigation {
    	margin-left: 0px;
	}
	.main-menu .navigation>li {
		margin: 0px 10px;
	}
	.main-menu .navigation>li:after {
		right: -10px;
	}
}


/* Header Style Two */

.main-header.header-style-two {
	position: relative;
	background: #2d2d34;
}

.main-header.header-style-two .header-upper .auto-container {
	max-width: 1170px;
	padding: 0 15px;
}

.main-header.header-style-two .sidemenu-nav-toggler {
	cursor: pointer;
	margin-left: 25px;
}

.main-header.header-style-two .main-menu .navigation>li.current>a:before {
	bottom: auto;
	top: -36px;
	height: 4px;
}

/* Header Style Three */
.main-header.header-style-three {
	position: relative;
	background: #0e2246;
}

.main-header .header-upper .auto-container {
	/* padding: 0 230px; */
}

.main-header.header-style-three .search-toggler {
	position: relative;
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	margin-left: 30px;
	padding: 40px 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.main-header.header-style-three .navbar-right-info {
	margin: 0;
}

.main-header.header-style-three .navbar-right-info .sidemenu-nav-toggler {
	margin-left: 50px;
}

.main-header.header-style-three .main-menu .navigation>li.current>a:before {
	bottom: auto;
	top: -36px;
	height: 4px;
}

/* Header Style Four */

.main-header.header-style-four {
	top: 35px;
}

.main-header.header-style-four .header-upper .auto-container {
	padding: 0 15px;
	max-width: 1170px;
}

.main-header.header-style-four .header-upper .inner-container {
	background: #fff;
	padding: 0 40px;
}

.main-header.header-style-four .header-upper .inner-container:before {
	position: absolute;
	content: '';
	left: 20px;
	right: 20px;
	bottom: -20px;
	height: 20px;
	background-color: #fff;
	opacity: .15;
}

.main-header.header-style-four .header-upper .inner-container:after {
	position: absolute;
	content: '';
	left: 10px;
	right: 10px;
	bottom: -10px;
	height: 10px;
	background-color: #fff;
	opacity: .15;
}

.main-header.header-style-four .main-menu .navigation>li>a {
	color: #222;
}

.main-header.header-style-four .nav-outer .search-toggler {
	color: #222;
}

.main-header.header-style-four .main-menu .navigation>li.current>a:before {
	bottom: auto;
	top: -36px;
	height: 4px;
}

/* Header Style Five */

.header-top .quote-text {
	position: relative;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	border-left: 1px solid rgba(255, 255, 255, 0.25);
	padding: 0px 25px;
}

.header-top .quote-text a {
	color: #fff;
	font-weight: 600;
}

.header-top .quote-text a i {
	margin-right: 10px;
}

.main-header.header-style-five .header-top .text {
	font-weight: 400;
	padding: 17px 0;
}

.main-header.header-style-five .header-top .social-links ul li a {
	color: #fff;
}

.main-header.header-style-five .header-top .social-links {
	border-color: rgba(255, 255, 255, 0.25);
	padding: 0px 25px;
}

.main-header.header-style-five .header-upper .wrapper-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	margin-right: 0;
}

.main-header.header-style-five .header-upper .outer-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-header.header-style-five .header-upper .auto-container {
	padding: 0 15px;
	max-width: 1170px;
}

.main-header.header-style-five {
	position: relative;
}

.main-header.header-style-five .header-top {
	background: #ddd;
	border-bottom: 0;
}

.main-header .header-upper .icon-box {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 35px;
}

.main-header .header-upper .icon-box .icon {
	position: relative;
	margin-right: 15px;
	font-size: 40px;
	line-height: 40px;
}

.main-header .header-upper .icon-box h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}

.main-header .header-upper .icon-box .text {
	margin: 0;
	font-size: 16px;
	color: #333;
}

.main-header .header-upper .icon-box .text a {
	color: #333;
}

.main-header.header-style-five .header-upper .search-toggler {
	background: transparent;
	font-size: 24px;
	border-left: 1px solid #eee;
	padding: 8px 0px;
	padding-left: 35px;
}

.main-header.header-style-five .main-menu .navigation>li>a {
	color: #222;
}

.main-header.header-style-five .main-menu .navigation>li.current>a:before {
	bottom: -23px;
	height: 4px;
}

.main-header.header-style-five .main-menu .navigation>li {
	padding: 23px 0;
}

.main-header.header-style-five .main-menu .navigation {
	margin-left: 0;
}

.main-header.header-style-five .main-header .nav-outer {
	justify-content: center;
}

.main-header.header-style-five .header-lower {
	position: relative;
	margin-bottom: -40px;
}

.main-header.header-style-five .header-lower .inner-container {
	position: relative;
	box-shadow: 0px 5px 18.9px 2.1px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.main-header.header-style-five .nav-outer {
	justify-content: center;
}

/* Header Style Six */

.main-header.header-style-six .auto-container {
	max-width: 1170px;
	padding: 0 15px;
}








/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	width: 26px;
	height: 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	cursor: pointer;
	float: right;
	margin-left: 10px;
	display: none;
}

.nav-outer .mobile-nav-toggler::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0px;
	top: 50%;
	z-index: 5;
	transition: transform .3s, opacity .3s;
	margin-top: -9px;
}

.nav-outer .mobile-nav-toggler::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0px;
	top: 50%;
	z-index: 5;
	transition: transform .3s, opacity .3s;
	margin-top: 9px;
}

.nav-outer .mobile-nav-toggler span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0px;
	top: 50%;
	z-index: 5;
	transition: transform .3s, opacity .3s;
}

/* .mobile-menu-visible .nav-outer .mobile-nav-toggler::before {
	transform: rotate(-45deg);
	margin: 0px;
}

.mobile-menu-visible .nav-outer .mobile-nav-toggler::after {
	transform: rotate(45deg);
	margin: 0px;
}

.mobile-menu-visible .nav-outer .mobile-nav-toggler span {
	opacity: 0;
} */

.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
	right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #fff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #5d5d5d;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid #ebebeb;
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #5d5d5d;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #5d5d5d;
	background: rgb(93 93 93 / 0.1);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
	position: relative;
	height: calc(100vh - 100px);
	border-bottom: 12px solid #73c8dc;
}

.banner-section .far {
	font-weight: initial;
	font-size: 30px;
}

.three-item-carousel,
.banner-slider {
	position: relative;
	height: 100% !important;
	z-index: 9;
}

.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	line-height: 0px;
	font-size: 0px;
}

.banner-img {
	width: 100%;
	height: 100%;
	overflow:hidden;
}

.banner-section .banner-img img {
	transform: scale(1.1);
}

.banner-section .swiper-slide-active .banner-img img {
	animation: scale_img 3s linear forwards;
  	-moz-animation: scale_img 3s linear forwards;
  	-webkit-animation: scale_img 3s linear forwards;
  	-o-animation: scale_img 3s linear forwards; 
	animation-delay: .3s;
	-moz-animation-delay: .3s;
  	-webkit-animation-delay: .3s;
  	-o-animation-delay: .3s; 
}

@keyframes scale_img
{
0% {transform: scale(1.1);}
100% {transform: scale(1.0);}
}

@-moz-keyframes scale_img
{
0% {transform: scale(1.1);}
100% {transform: scale(1.0);}
}

@-webkit-keyframes scale_img
{
0% {transform: scale(1.1);}
100% {transform: scale(1.0);}
}

@-o-keyframes scale_img
{
0% {transform: scale(1.1);}
100% {transform: scale(1.0);}
}


.banner-section .swiper-slide img.pc {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.banner-section .swiper-slide img.wap {
	width: 100%;
	display: none;
}

.banner-section .content-outer {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

.banner-section .content-box {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 350px 0 350px;
}

.banner-section .content-box .inner {
	position: relative;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: right;
}

.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .content-box .inner:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: repeat;
	background-position: center;
	content: "";
}

.banner-section .content-box h1 {
	position: relative;
	font-size: 45px;
	line-height: 72px;
	color: #ffffff;
	text-transform: capitalize;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 30px;
}

.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4 {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	padding-bottom: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.banner-section h4:before {
	position: absolute;
	content: '';
	bottom: 1px;
	left: 0;
	height: 1px;
	width: 100%;
	background: #fff;
}

.banner-section h4:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 3px;
	width: 60px;
	background: var(--theme-color);
}

.banner-section h4.style-two {
	padding-bottom: 0px;
}

.banner-section h4.style-two:after,
.banner-section h4.style-two:before {
	display: none;
}

.banner-section .text {
	position: relative;
	font-size: 18px;
	line-height: 31px;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

.banner-section .swiper-slide-active .text {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-section .link-box {
	padding-top: 40px;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin: 0 10px 10px;
}

.banner-section .btn-style-one.light {
	background-color: #fff;
	color: #222;
}

.banner-section .btn-style-one.light:hover {
	color: #fff;
}

.banner-section .btn-style-two.light {
	color: #fff;
}


.banner-section .banner-slider-nav {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.banner-section .banner-slider-button-next {
	position: relative;
	width: 40px;
	height: 124px;
	line-height: 124px;
	border-radius: 10px 0px 0px 10px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	z-index: 9;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: .5s;
}

.banner-section .banner-slider-button-prev {
	position: relative;
	width: 40px;
	height: 124px;
	line-height: 124px;
	border-radius: 0px 10px 10px 0px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	z-index: 9;
	font-size: 25px;
	background-color: rgba(0, 0, 0, 0.8);
	transition: .5s;
}

@media only screen and (max-width: 900px) {
	.banner-section {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-section {
		height: auto;
		border-bottom: 3px solid #73c8dc;
	}

	.banner-section .swiper-slide img.pc {
		display: none;
	}

	.banner-section .swiper-slide img.wap {
		display: block;
	}
}




/* Main Footer */

.main-footer {
	position: relative;
	background-color: #1a1a1a;
}

.main-footer .footer-box {
	height: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #313131;
}

.footer-links {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #2f2f2e;
}
.footer-links>ul {
	display: flex;
}
.footer-links>ul>li {
	flex: 1;
}
	
.footer-links>ul>li>a {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #e9e4dc;
	line-height: 88px;
	border-bottom: 1px solid #2f2f2e;
	font-weight: 300;
}
.footer-links>ul>li>a:hover {
	color:#1491c4;
}
.footer-links>ul>li>ul {
	margin-top: 45px;
}
.footer-links>ul>li>ul>li>a {
/* 	font-size: 18px; */
	color: #e9e4dc;
	line-height: 52px;
}
.footer-links>ul>li>ul>li>a:hover {
	color:#1491c4;
}

.footer-ewms {
	float: left;
	height: auto;
	overflow: hidden;
}

.ewm-list {
	height: auto;
	overflow: hidden;
	color: #888;
/* 	font-size: 18px; */
	padding: 60px 0px;
}
.ewm-list ul li {
	width: 86px;
	margin-right: 60px;
	float: left;
	text-align: center;
}
.contact-box .ewm-list ul {
	display: flex;
	justify-content: center;
}
.contact-box .ewm-list ul li {
	width: 170px;
	margin: 0px 30px;
	float: initial;
}
.ewm-list ul li p {
	margin-top: 20px;
}
.ewm-list ul li img{
	display: block;
	width:100%;
	height: auto;
}

.footer-tel {
	float: right;
	text-align: right;
	padding-top: 60px;
}
.footer-tel h5 {
	font: 36px;
	line-height: 52px;
	color: #e9e4dc;
}
.footer-tel a,.footer-tel a:link,.footer-tel a:visited,.footer-tel a:hover {
	color: #e9e4dc;
}
.footer-tel p {
	/* font-size: 18px; */
	line-height: 2em;
	color: #888;
}



.footer-bottom {
    height: auto;
    overflow: hidden;
    color: #a9a9a9;
	padding: 38px 0px;
}
.footer-bottom a {
	white-space:nowrap;  
}
.footer-bottom .footer-left {
	float: left;
}
.footer-bottom .footer-left .tel {
	font-size: 24px;
	color: #fff;
}
.footer-bottom .footer-right {
	float: right;
	text-align: right;
}
.footer-bottom a,.footer-bottom a:link,.footer-bottom a:visited {
	color: #a9a9a9;
	transition: all .3s linear;
}
.footer-bottom a:hover {
	color: #fff;	
}


@media only screen and (max-width: 1023px){
	.footer-links {
		width: 100%;
	}
	.footer-ewms {
		width: 100%;
		text-align: center;
	}
	.ewm-list {
    padding: 30px 0px;
}
	.footer-ewms ul li {
		width: 90px;
		margin-left: 15px;
	}
	.footer-tel {
    float: left;
    text-align: left;
    padding: 0px 0px 30px 0px;
}
}
@media only screen and (max-width: 900px){
	.main-footer .footer-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.footer-links {
		width: 100%;
	}	
	.footer-links>ul{
		display: flex;
		justify-content: space-between;
	}
	.footer-links>ul>li{
		width: auto;
	}
	.footer-ewms {
		width: 100%;
	}
	.footer-ewms .tit {
	    padding-left: 0px;
	}
	.footer-ewms ul li {
		width: 100px;
		margin-right:20px;
	}
	.footer-ewms ul li:first-child {
		margin-left: 0px;
	}
}
@media only screen and (max-width: 767px){
	.footer-box {
		display: none;
	}
	.footer-bottom {
		padding: 30px 10px;
	}
	.footer-bottom .footer-left {
		width: 100%;
		float: left;
	}
	.footer-bottom .footer-left .tel {
		font-size: 20px;
	}
	.footer-bottom .footer-right {
		width: 100%;
		text-align: left;
		margin-top: 5px;
	}
}


/* Home*/
.home-about-section {
	background:url(../images/about_bg.jpg) no-repeat bottom center;
	height: auto;
	overflow: hidden;
	padding-top: 165px;
}
.home-about-box {
	position: relative;
	height: 767px;
}
.home-about-box .ziti {
	line-height: 130px;
	position: absolute;
/*	animation: dh-1 12s ease-in-out infinite;
	-moz-animation: dh-1 12s ease-in-out infinite;
	-webkit-animation: dh-1 12s ease-in-out infinite;
	-o-animation: dh-1 12s ease-in-out infinite;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s; */
}
.home-about-box h3 {
	padding-top:160px;
}
.home-about-box ul {
	width: 80%;
	margin-top: 75px;
}
.home-about-box ul li {
	width: 50%;
	float: left;
	/* font-size: 18px; */
	color: #888;
	line-height: 2em;
	margin-bottom: 20px;
}
.home-about-img {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	overflow: hidden;
}
.home-about-img a img {
	transition:all .3s linear;
}
.home-about-img a:hover img {
	transform:scale(1.1);
}
@keyframes dh-1
{
0% {transform: translateX(0px);}
50% {transform: translateX(200px);}
100% {transform: translateX(0px);}
}
@-moz-keyframes dh-1
{
0% {transform: translateX(0px);}
50% {transform: translateX(200px);}
100% {transform: translateX(0px);}
}
@-webkit-keyframes dh-1
{
0% {transform: translateX(0px);}
50% {transform: translateX(200px);}
100% {transform: translateX(0px);}
}
@-o-keyframes dh-1
{
0% {transform: translateX(0px);}
50% {transform: translateX(200px);}
100% {transform: translateX(0px);}
}
@media only screen and (max-width: 1800px){
	.home-about-section {
	    padding-top: 130px;
	}
	.home-about-box ul {
		width: 60%;
	}
	.home-about-box ul li {
		height: 120px;
		padding-right: 50px;
	}
	@keyframes dh-1
	{
	0% {transform: translateX(0px);}
	50% {transform: translateX(100px);}
	100% {transform: translateX(0px);}
	}
	@-moz-keyframes dh-1
	{
	0% {transform: translateX(0px);}
	50% {transform: translateX(100px);}
	100% {transform: translateX(0px);}
	}
	@-webkit-keyframes dh-1
	{
	0% {transform: translateX(0px);}
	50% {transform: translateX(100px);}
	100% {transform: translateX(0px);}
	}
	@-o-keyframes dh-1
	{
	0% {transform: translateX(0px);}
	50% {transform: translateX(100px);}
	100% {transform: translateX(0px);}
	}
}
@media only screen and (max-width: 1600px){
	.home-about-section {
	    padding-top: 80px;
	}
	.home-about-box ul {
		width: 50%;
	}
	.home-about-box ul li{
		width: 100%;
		height: auto;
	}
	.home-about-box .ziti {
	    line-height: 100px;
	}
	.home-about-box h3 {
	    padding-top: 120px;
	}
	.home-about-box ul {
	    margin-top: 30px;
	}
}
@media only screen and (max-width: 1200px){
	.home-about-img {
		width: 50%;
	}
	.home-about-box .ziti {
	    line-height: 80px;
	}
	.home-about-box h3 {
	    padding-top: 70px;
	}
	.home-about-box {
	    height: auto;
		overflow: hidden;
	}
}
@media only screen and (max-width: 900px){
	.home-about-box ul {
	    margin-top: 20px;
	}
	.home-about-section {
	    padding-top: 0px;
	}
	.home-about-box ul {
	    width: 100%;
	}
	.home-about-img {
	    position: relative;
		width: 100%;
		padding: 20px;
	}
	.home-about-img img {
		display: block;
		width: 100%;
	}
	.home-about-box ul li {
	    padding-right: 0px;
	}
}
@media only screen and (max-width: 767px){
	.home-about-img {
		padding-top:40px;
	}
}



/*home tit*/
.home-tit {
	position: relative;
	width: 100%;
	color: #2a2a2a;
	text-align: center;
	z-index: 100;
}

/*home zhuangxiu*/
.home-zx-section {
	position: relative;
}
.home-zx-section .home-tit {
	padding: 50px 0px 90px;
}
/* .home-zx-section .auto-container {
	position: relative;
} */
.home-zx-section .home-tit {
	text-align: left;
}
.home-zx-section .ziti {
	line-height: 1em;
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 220px;
	/*	animation: dh-2 12s ease-in-out infinite;
	-moz-animation: dh-2 12s ease-in-out infinite;
	-webkit-animation: dh-2 12s ease-in-out infinite;
	-o-animation: dh-2 12s ease-in-out infinite;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s; */
	z-index: 10;
}
@keyframes dh-2
{
0% {transform: translateX(0px);}
50% {transform: translateX(-150px);}
100% {transform: translateX(0px);}
}
@-moz-keyframes dh-2
{
0% {transform: translateX(0px);}
50% {transform: translateX(-150px);}
100% {transform: translateX(0px);}
}
@-webkit-keyframes dh-2
{
0% {transform: translateX(0px);}
50% {transform: translateX(-150px);}
100% {transform: translateX(0px);}
}
@-o-keyframes dh-2
{
0% {transform: translateX(0px);}
50% {transform: translateX(-150px);}
100% {transform: translateX(0px);}
}
.home-zx-box {
	background: url("../images/zx-bg.jpg") no-repeat left center;
	background-size: auto 100%;
	padding: 100px 0px;
}
.zx-slider {
	padding-left: 12.4%;
}
.zx-slider .swiper-slide{
	border-radius: 20px;
	overflow: hidden;
	width: 465px;
	margin-right: 24px;
}
.zx-slider .swiper-slide a {
	display: block;
	position: relative;
}
.zx-slider .swiper-slide a h5 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	color: #fff;

	padding:40px 50px;
	transition: all .3s linear;
}
.zx-slider .swiper-slide a:hover h5 {
	bottom:20px;
}
.zx-slider .swiper-slide a img {
	display: block;
	width: 100%;
	transition: all .3s linear;
}
.zx-slider .swiper-slide a:hover img {
	scale: 1.1;
}
.zx-slider .swiper-slide a::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 10;
	background: url(../images/black_bg.png) no-repeat;
	background-size: 100% 100%;
}

@media only screen and (max-width: 1600px){
	.home-zx-section .ziti {
		font-size: 150px;
	}
	.zx-slider .swiper-slide {
	    width: 350px;
	    margin-right: 20px;
	}
}
@media only screen and (max-width: 1439px){
	.home-zx-section .home-tit {
	    padding: 50px 0px;
	}
	.home-zx-section .ziti {
		font-size: 130px;
		line-height: 200px;
	}
	.zx-slider .swiper-slide {
	    width: 300px;
	    margin-right: 15px;
	}
}

@media only screen and (max-width: 1279px){
	.home-zx-section .ziti {
		font-size: 100px;
	}
	.zx-slider .swiper-slide {
	    width: 250px;
	    margin-right: 10px;
	}
	.home-zx-box {
	    padding: 80px 0px;
	}
}
@media only screen and (max-width: 1023px){
	.home-zx-box {
	    background: url(../images/zx-bg.jpg) repeat left center;
		padding: 50px 0px;
	}
	.zx-slider {
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 900px){
	.home-zx-section .ziti {
	    display: none;
	}
	.home-zx-section .home-tit {
	    padding: 50px 0px 30px;
	}
	.zx-slider .swiper-slide a h5 {
	    padding: 30px;
	}
}


.home-yw-section {
	height: auto;
	overflow: hidden;
	position: relative;
}
.yw-top {
	background-color: #73c8dc;
	padding: 90px 0px;
}
.yw-top .home-tit {
	color: #fff;
}
.yw-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.yw-box img {
	display:block;
	min-width:100%;
	min-height:100%;
	object-fit: cover;
	transform:scale(1.2);
	transition:all 3s linear;
}
.yw-box .swiper-slide-active img{
	transform:scale(1.0);
}
.yw-box .yuan {
	width: 580px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50;
	transform: translate(-50%,-50%);
}
.yuan-text {
	position: relative;
	width: 100%;
	height: 100%;
}
.yuan-text::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 20;
	background: url(../images/yuan.png) no-repeat;
	background-size: 100% 100%;
}
.yuan-text::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 30;
	background: url(../images/yuan2.png) no-repeat;
	background-size: 100% 100%;
	transition: all .8s linear;
}
.yuan.act-1 .yuan-text::after{
	transform: rotate(-36deg);
}
.yuan.act-2 .yuan-text::after{
	transform: rotate(36deg);
}
.yuan.act-3 .yuan-text::after{
	transform: rotate(108deg);
}
.yuan.act-4 .yuan-text::after{
	transform: rotate(180deg);
}
.yuan.act-5 .yuan-text::after{
	transform: rotate(252deg);
}
.yuan-text .text-item{
	position: absolute;
	z-index: 100;
	font-size: 30px;
	line-height: 2em;
	color: #fff;
	cursor: pointer;
	font-weight: 300;
}
.yuan-text .text-item:nth-child(1) {
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
}
.yuan-text .text-item:nth-child(2) {
	top: 28.5%;
	right: 0px;
	transform: translateX(130px);
}
.yuan-text .text-item:nth-child(3) {
	top: 83%;
	right: 8%;
	transform: translateX(100px);
}
.yuan-text .text-item:nth-child(4) {
	top: 84%;
	left: 8%;
	transform: translateX(-100px);
}
.yuan-text .text-item:nth-child(5) {
	top: 30.5%;
	left: 0px;
	transform: translateX(-140px);
}
.yuan-text .dot-item {
	width: 15px;
	height: 15px;
	border-radius: 20px;
	background-color: #73c8dc;
	position: absolute;
	z-index: 50;
	cursor: pointer;
}
.yuan-text .dot-item:nth-child(6){
	left: 50%;
	transform: translateX(-60%);
	top: 0.7%;
}
.yuan-text .dot-item:nth-child(7){
	right: 3.5%;
	top: 32.5%;
}
.yuan-text .dot-item:nth-child(8){
	right: 19.2%;
	top: 86.5%;
}
.yuan-text .dot-item:nth-child(9){
	left: 21%;
	top: 88%;
}
.yuan-text .dot-item:nth-child(10){
	left: 2.9%;
	top: 34%;
}
.yuan.act-1 .yuan-text .dot-item:nth-child(6){
	background-color: #73c8dc;
}
.yuan.act-2 .yuan-text .dot-item:nth-child(7){
	background-color: #73c8dc;
}
.yuan.act-3 .yuan-text .dot-item:nth-child(8){
	background-color: #73c8dc;
}
.yuan.act-4 .yuan-text .dot-item:nth-child(9){
	background-color: #73c8dc;
}
.yuan.act-5 .yuan-text .dot-item:nth-child(10){
	background-color: #73c8dc;
}

.yw-slider .swiper-slide::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000;
	opacity: .5;
}

@media only screen and (max-width: 1600px){
	.yw-top {
		padding: 70px 0px;
	}
}
@media only screen and (max-width: 1439px){
	.yw-top {
		padding: 60px 0px;
	}
	.yw-box .yuan {
	    scale: 0.7;
		transform-origin: 0 0;
	}
}
@media only screen and (max-width: 1279px){
	.yw-top {
		padding: 50px 0px;
	}
	.yw-box .yuan {
	    scale: 0.6;
		transform-origin: 0 0;
	}
}
@media only screen and (max-width: 900px){
	.yw-box .yuan {
	    scale: 0.5;
	    transform-origin: 0 0;
	}
}
@media only screen and (max-width: 767px){
	.yw-box .yuan {
	    scale: 0.4;
	    transform-origin: 0 0;
	}
	.yw-top {
	    padding: 30px 0px;
	}
	.yw-box .swiper-slide{
		height:500px;
	}
	.yuan-text .text-item {
		font-size:35px;
	}
}



.home-sj-section{
	height: calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}
.sj-l,.sj-r {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.sj-l img,.sj-r img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.sj-l::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #5899a8;
	opacity: .8;
}
.sj-r::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #78b9b7;
	opacity: .8;
}
.sj-text {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20;
	transform: translate(-50%,-50%);
	color: #fff;
}
.sj-text .sj-line {
	width: 190px;
	height: 10px;
	background-color: #fff;
	margin: 0 auto;
}
.sj-text h3 {
	color: #fff;
	margin-bottom: 30px;
	text-align: center;
}
.sj-text p {
	opacity: .5;
	margin-bottom: 40px;
}
.more {
	display: block;
	width: 160px;
	height: 160px;
	text-align: center;
	line-height: 160px;
	border-radius: 160px;
	margin: 65px auto auto;
	color: #fff;
	/* font-size: 18px; */
	background-color: #73c8dc;
}
.more:link,.more:visited,.more:hover {
	color: #fff;
}
@media only screen and (max-width: 1279px){
	.more {
		width: 120px;
		height: 120px;
		line-height: 120px;
		border-radius: 120px;
		margin-top: 50px;
	}
}
@media only screen and (max-width: 1023px){
	.sj-text {
		width: 100%;
		padding: 0px 30px;
	}
	.sj-text h3 {
	    margin-bottom: 30px;
	}
	.more {
		width: 120px;
		height: 120px;
		line-height: 120px;
		border-radius: 120px;
		margin-top: 30px;
		font-size: 16px;
	}
	.sj-text p {
	    margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px){
	.home-sj-section{
		height: auto;
	}
	.sj-l, .sj-r {
	    width: 100%;
	    float: left;
	    position: relative;
	}
	.more {
		width: 100px;
		height: 100px;
		line-height: 100px;
		border-radius: 100px;
	}
}

.home-number-section {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 100px 0px;
}
.about-number {
	display: flex;
}
.about-number li {
	flex: 1;
}
.about-number li h5 {
	font-size: 30px;
	font-weight: 300;
}
.about-number li h5 span {
	font-size: 72px;
}
.about-number li p {
	/* font-size: 18px; */
	color: #888;
	line-height: 2em;
	margin-top: 10px;
}
@media only screen and (max-width: 900px){
	.home-number-section {
	    padding: 50px 0px;
	}
	.about-number {
		display: block;
	}
	.about-number li h5 span {
	    font-size: 40px;
	}
	.about-number li {
		width: 50%;
		float: left;
		padding: 0px 10px;
		margin-bottom: 10px;
	}
	.about-number li p {
		font-size: 16px;
		line-height: 1.5em;
		margin-top: 0px;
	}
	.about-number li h5 {
		font-size: 26px;
	}
}
@media only screen and (max-width: 767px){
	.about-number li h5 span {
	    font-size: 30px;
	}
}

/*home more*/
.home-more {
	display: block;
	width: 180px;
	height: 42px;
	line-height: 40px;
	background-color: #1491c4;
	border: 1px solid #1491c4;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 80px auto;
	position: relative;
	z-index: 1;
}

.home-more::after {
	content: "";
	position: absolute;
	width: 0%;
	height: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	background-color: #fff;
	transition: all .3s linear;
}

.home-more:hover {
	color: #333;
}

.home-more:hover::after {
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.home-more {
		margin: 50px auto;
	}
}

@media only screen and (max-width: 767px) {
	.home-more {
		width: 140px;
		height: 37px;
		line-height: 35px;
		margin: 30px auto;
	}
}

/*home tem*/
.home-tem-section {
	height: auto;
	overflow: hidden;
}

.home-tem-section .home-tit {
	
}



.tem-slider {
	height: 525px;
	margin-top: 80px;
}

.tem-box {
	position: relative;
	height: auto;
}

.tem-left {
	width: 30%;
	height: 100%;
	overflow: hidden;
	float: left;
	text-align: center;
}

.tem-left img {
	width: 100%;
	max-width: 500px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all .3s linear;
}
.tem-left:hover img{
	transform: scale(1.1);
}

.tem-right {
	width: 68%;
	height: 100%;
	overflow: hidden;
	float: right;
	background-color: #fff;
	padding: 50px 65px 30px 77px;
	border-radius: 0px 140px 0px 0px;
}

.tem-right .name {
	font-size: 36px;
	color: #333;
	line-height: 80px;
}

.tem-right .job {
	font-size: 16px;
	line-height: 36px;
	color: #313131;
	margin-top: 5px;
}

.tem-right .style {
	font-size: 16px;
	line-height: 36px;
	color: #959595;
	margin-top: 10px;
}

.tem-right .tem-imgs {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.tem-right .tem-imgs ul li {
	width: 33.333%;
	float: left;
	padding-right: 10px;
}
.tem-right .tem-imgs ul li img {
	display: block;
	width: 100%;
}

.tem-right .home-more {
	margin: 38px 22px 0px 0px;
	float: left;
}
@media only screen and (max-width: 1200px) {
	.tem-right {
		padding: 50px 50px 30px 60px;
		border-radius: 0px 120px 0px 0px;
	}
}
@media only screen and (max-width: 1023px) {
	.tem-slider {
	    height: 350px;
	    margin-top: 50px;
	}
	.tem-right {
		padding: 30px 30px 30px 40px;
		border-radius: 0px 80px 0px 0px;
	}
	.tem-right .name {
	    font-size: 30px;
	    line-height: 50px;
	}
	.tem-right .tem-imgs ul li {
	    padding-right: 5px;
	}
	.tem-right .home-more {
	    margin: 22px 22px 0px 0px;
	}
	.tem-right .job {
	    margin-top: 0px;
	}
	.tem-right .style {
	    margin-top: 0px;
	}
	.tem-right .tem-imgs {
	    margin-top: 10px;
	}
}
@media only screen and (max-width: 767px) {
	.tem-slider {
		height: auto;
		margin-top: 50px;
	}
	.tem-left,.tem-right {
	    width: 100%;
	    height: auto;
		float: initial;
		border-radius:0px;
	}
}
@media only screen and (max-width: 479px){
	.tem-slider {
		margin-top: 30px;
	}
	.tem-left {
		height: 350px;
	}
	.tem-right {
	    padding: 30px;
	}
	.tem-right .name {
	    font-size: 24px;
	    line-height: 40px;
	}
	.tem-right .home-more {
		width: 120px;
	    margin: 22px 10px 0px 0px;
	    float: left;
	}
}

/*home house*/
.home-house-section {
	height: auto;
	overflow: hidden;
}
.house-box {
	height: 616px;
	overflow: hidden;
}
.house-left {
	width: 70%;
	height: 100%;
	float: left;
	overflow: hidden;
}
.house-left ul {
	height:auto;
	overflow:hidden;
}
.house-left ul li{
	width: 33.33333%;
	height: 200px;
	float: left;
	margin-bottom: 8px;
	padding-right: 8px;
	overflow: hidden;
}
.house-left ul li:nth-child(4),.house-left ul li:nth-child(6) {
	width: 30%;
}
.house-left ul li:nth-child(5) {
	width: 40%;
}
.house-left ul li a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.house-left ul li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all .3s linear;
}
.house-left ul li a:hover img {
	transform: scale(1.1);
}
.house-left ul li a::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	opacity: .5;
	z-index: 1;
}
.house-left ul li .house-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.house-left ul li .house-slider a::after {
	background-color: #1491c4;
	opacity: .8;
}
.house-left ul li .house-slider a p {
	position: absolute;
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
	z-index: 10;
}
.house-left ul li a .h-tit{
	position: absolute;
	width: 100%;
	height: auto;
	line-height: 36px;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	text-align: center;
	color: #fff;
}
.house-right {
	width: 30%;
	height: 100%;
	overflow: hidden;
	float: left;
	position: relative;
}
.house-right .top-tit {
	width: 100%;
	height: 88px;
	line-height: 88px;
	background-color: #494949;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.house-right .tit-name {
	background-color: #aeaeae;
	height: auto;
	overflow: hidden;
} 
.house-right .tit-name ul li {
	width:25%;
	float: left;
	text-align: center;
	line-height: 50px;
	color: #fff;
	/* font-size: 18px; */
	font-weight: bold;
}
.house-right .gongdi-list {
	height: 390px;
	overflow: hidden;
} 
.house-right .gongdi-list table td {
	width: 25%;
	height: 65px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.house-right .kf {
	width: 100%;
	height: 88px;
	background-color: #1491c4;
	line-height: 88px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 5;
	color: #fff;
	letter-spacing: 2px;
}

@media only screen and (max-width: 767px){
	.house-box {
	    height: auto;
	}
	.house-left,.house-right {
		width: 100%;
		height: auto;
		float: initial;
	}
	.house-left ul li {
	    width: 50%;
		height: 120px;
	}
	.house-left ul li:nth-child(4),.house-left ul li:nth-child(6) {
		width: 50%;
	}
	.house-left ul li:nth-child(5) {
		width: 100%;
	}
	
	.house-right .top-tit {
	    height: 50px;
	    line-height: 50px;
	    font-size: 20px;
	}
	.house-right .gongdi-list {
	    height: 240px;
	    overflow: hidden;
	}
	.house-right .gongdi-list table td {
		height: 40px;
	}
	.house-right .kf {
		display: block;
		height: 50px;
		line-height: 50px;
		position: relative;
	}
}
@media only screen and (max-width: 479px){
	.house-box {
	    margin-top: 30px;
	}
	.house-right .tit-name ul li {
	    line-height: 40px;
	    font-size: 16px;
	}
	.house-right .kf {
	    height: 40px;
	    line-height: 40px;
	}
}

/*home news*/
.home-news-list {
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.home-news-list ul {
	display: flex;
	justify-content: space-between;
}
.home-news-list ul li {
	width: 32.1%;
	float: left;
}
.home-news-list ul li .news-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.home-news-list ul li .news-img img {
	display: block;
	width: 100%;
	transition: all .3s linear;
}
.home-news-list ul li:hover img {
	transform: scale(1.1);
}
.home-news-list ul li .tit {
	font-size: 20px;
	line-height: 30px;
	color: #313131;
	margin-top: 40px;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; 
}
.home-news-list ul li:hover .tit {
	color: #1491c4;
}
.home-news-list ul li .time {
	font-size: 16px;
	line-height: 30px;
	color: #959595;
	margin-top: 20px;
}

@media only screen and (max-width: 1200px){
	.home-news-list ul li .tit {
		margin-top: 30px;
	}
	.home-news-list ul li .time {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 1023px){
	.home-news-list ul li .tit {
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.home-news-list ul li .time {
		margin-top: 10px;
	}
}
@media only screen and (max-width: 767px){
	.home-news-list {
	    margin-top: 50px;
	}
	.home-news-list ul li {
		width: 50%;
		float: left;
		padding: 10px;
	}
	.home-news-list ul {
		display: initial;
	    justify-content:initial;
	}
}
@media only screen and (max-width: 479px){
	.home-news-list {
	    margin-top: 30px;
	}
	.home-news-list ul li {
		width: 100%;
		float: left;
		padding: 10px;
	}
	.home-news-list ul li .tit {
		margin-top: 10px;
	}
	.home-news-list ul li .time {
		margin-top: 5px;
	}
}

/*home Supremacy*/
.home-youshi-section {
	height: auto;
	overflow: hidden;
}
.youshi-box {
	padding-top: 80px;
	padding-bottom: 80px;
}
.home-youshi-section .home-tit {
	color: #fff;
	border-bottom: 1px solid rgb(232 232 232 / 30%);
}

.home-youshi-section .home-tit::after {
	background-color: #fff;
}
.home-youshi-section .line-1,.home-youshi-section .line-2 {
	height: auto;
	overflow: hidden;
}
.home-youshi-section .line-1 ul {
	display: flex;
	justify-content: space-between;
}
.home-youshi-section .line-1 ul li {
	width: 32.1%;
	float: left;
	height: 315px;
	position: relative;
	overflow: hidden;
}
.home-youshi-section .line-1 ul li a::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	opacity: .8;
}
.home-youshi-section .line-1 ul li img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all .3s linear;
}
.home-youshi-section .line-1 ul li:hover img {
	transform: scale(1.1);
}
.home-youshi-section .wz-text {
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	left: 0px;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	z-index: 5;
}

.home-youshi-section .line-1 .p1 {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
}
.home-youshi-section .line-1 .p1 span {
	font-size: 48px;
	font-weight: bold;
}
.home-youshi-section .line-1 .p2 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 5px;
}

.home-youshi-section .line-2 {
	margin-top: 27px;
}

.home-youshi-section .line-2 ul {
	display: flex;
	justify-content: space-between;
}
.home-youshi-section .line-2 ul li {
	width: 23.6%;
	float: left;
	height: 230px;
	position: relative;
	background-color: #1c1c1c;
	overflow: hidden;
}
.home-youshi-section .line-1 ul li a,.home-youshi-section .line-2 ul li a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
	z-index:10;
}
.home-youshi-section .line-2 ul li:after {
	content:"";
	width:0px;
	height:2px;
	background-color:#1491c4;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:5;
	transition: all .3s linear;
}
.home-youshi-section .line-2 ul li:hover:after{
	width:100%;
}

.home-youshi-section .line-2 .p1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	line-height: 36px;
}
.home-youshi-section .line-2 .p2 {
	font-size: 16px;
	color: #b5b5b5;
	line-height: 24px;
	margin-top: 13px;
}

@media only screen and (max-width: 1200px){
	.home-youshi-section .line-1 ul li {
		height: 252px;
	}
	.home-youshi-section .line-2 ul li {
		height: 184px;
	}
}
@media only screen and (max-width: 1023px){
	.home-youshi-section .line-1 .p1 span {
		font-size: 36px;
	}
}
@media only screen and (max-width: 767px){
	.youshi-box {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.home-youshi-section .line-1 ul li {
	    height: auto;
		max-height: 180px;
	}	

	.home-youshi-section .line-1 .p1 span {
		font-size: 30px;
	}
	.home-youshi-section .line-1 .p2 {
	    margin-top: 0px;
	}
	.home-youshi-section .line-2 .p2 {
	    margin-top: 0px;
	}
	.home-youshi-section .line-2 ul {
		display: initial;
		justify-content:initial;
	}
	.home-youshi-section .line-2 ul li {
		width: 49%;
		margin-top: 10px;
	}
	.home-youshi-section .line-2 ul li:nth-child(1),.home-youshi-section .line-2 ul li:nth-child(3) {
		margin-right: 2%;
	}
}
@media only screen and (max-width: 479px){
	.youshi-box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.home-youshi-section .line-1 ul {
		display: initial;
		justify-content:initial;
	}
	.home-youshi-section .line-1 ul li {
		width: 100%;
		margin-top: 10px;
	}
	.home-youshi-section .line-2 ul li {
		width: 100%;
		height: 150px;
	}
	.home-youshi-section .line-2 .p1 {
	    font-size: 22px;
	}
}

.ny-nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 10px solid #000;
	padding: 100px 0px 40px;
	position: relative;
	z-index: 100;
}
.nav-tit {
	text-align: center;
	padding-top: 100px;
}
.ny-nav .lm-tit {
	float: left;
	line-height: 65px;
}
.ny-nav .nav-list {
	float: right;
}
.ny-nav .nav-list ul li {
	float: left;
	margin-left: 100px;
	line-height: 65px;
}
.ny-nav .nav-list ul li a{
	/* font-size: 18px; */
}
.ny-nav .nav-list ul li.current a:link,.ny-nav .nav-list ul li.current a:visited{
	color: #178dbf;
}

/*ny banner*/
.ny-banner-section {
	width: 100%;
	height: auto;
	position: relative;
}
.ny-banner-section .ziti {
	position: absolute;
	font-size: 300px;
	bottom: -190px;
	z-index: 10;
	opacity: 1;
/*	-webkit-text-stroke: 2px #d6d5d5;
	animation: dh-3 12s ease-in-out infinite;
	-moz-animation: dh-3 12s ease-in-out infinite;
	-webkit-animation: dh-3 12s ease-in-out infinite;
	-o-animation: dh-3 12s ease-in-out infinite;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s; */
}
@keyframes dh-3
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
@-moz-keyframes dh-3
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
@-webkit-keyframes dh-3
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
@-o-keyframes dh-3
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
.ny-banner-section img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

@media only screen and (max-width: 1600px){
	.ny-banner-section .ziti {
		font-size: 150px;
		bottom: -100px;
	}
	.ny-nav {
	    border-bottom: 8px solid #000;
	    padding: 80px 0px 20px;
		.nav-tit {
			padding-top: 80px;
		}
	}
	.ny-nav .nav-list ul li {
		margin-left: 60px;
	}
}
@media only screen and (max-width: 1279px){
	.ny-nav {
	    border-bottom: 5px solid #000;
	    padding: 50px 0px 10px;
	}
	.nav-tit {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 1023px){
	.ny-nav {
	    border-bottom: 3px solid #000;
	    padding: 10px 0px;
	}
	.nav-tit {
		padding-top: 30px;
	}
	.ny-banner-section .ziti {
		display: none;
	}
	.ny-nav .lm-tit {
		width: 100%;
	    line-height: 50px;
	}
	.ny-nav .nav-list {
		width: 100%;
	}
	.ny-nav .nav-list ul li {
	    margin-left: 50px;
	    line-height: 50px;
	}
	.ny-nav .nav-list ul li {
	    margin-left: 0px;
		margin-right: 40px;
	    line-height: 50px;
	}
}
@media only screen and (max-width: 767px){
	.ny-nav .lm-tit {
	    line-height: 40px;
	    font-weight:bold;
	    display: none;
	}
	.ny-nav .nav-list ul li {
		margin-right: 0px;
		line-height: 35px;
		width: 33.3333%;
	}
	.ny-nav .nav-list {
		padding-right: 0px;
	}
}

/*AI*/
.ai-box {
	background-color: #f1f1f1;
}


/*ny cases*/
.option-section {
	height: auto;
	overflow: hidden;
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}
.option-list table tr td{
	font-size: 16px;
	line-height: 30px;
	color:#313131;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0px;
}
.option-list table tr td:first-child{
	width: 100px;
}
.option-list ul li {
	width: 110px;
	float: left;
	margin: 5px 10px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}
.option-list ul li.cur {
	background-color: #1491c4;
	color: #fff;
}

.ny-search {
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.ny-search ul li{
	float: left;
}
.ny-search input[type='text'] {
	width: 400px;
	height: 50px;
	line-height: 48px;
	padding: 0px 10px 0px 40px;
	border: 1px solid #e8e8e8;
	border-right: 0px;
}
.ny-search input[type='submit'] {
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #1491c4;
	color: #fff;
}
.ny-search input[type='button']:hover {
	background-color: #c92721;
}

.ny-list {
	height: auto;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ny-list ul li {
	float: left;
}
.ny-list .cases {
	height: auto;
	overflow: hidden;
}
.ny-list .cases ul {
	height:auto;
	overflow:hidden;
}
.ny-list .cases ul li {
	width: 32%;
	margin: 16px 0px;
}
.ny-list .cases ul li:nth-of-type(3n+2){
	margin: 16px 2%;
}
.ny-list .cases ul li .list-img {
	width: 100%;
	height: 235px;
	overflow: hidden;
	position: relative;
}
.ny-list .cases ul li .list-img::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
	display: none;
}
.ny-list .cases ul li .list-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all .3s linear;
}

.ny-list .cases ul li:hover img {
	transform: scale(1.1);
}

.ny-list .cases ul li .list-img .btn-box{
	position: absolute;
	width: 80%;
	height: auto;
	overflow: hidden;
	left: 10%;
	top: 60%;
/* 	transform: translateY(-50%); */
	z-index: 6;
	display: none;
}
.ny-list .cases ul li .list-img .btn-box .home-more {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.ny-list .cases ul li .tit {
	font-size: 20px;
	color: #313131;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}
.ny-list .cases ul li .job {
	font-size: 16px;
	color: #8e8e8e;
	line-height: 30px;
	text-align: center;
}

.ny-list .cases.work ul li:hover .list-img::after {
	display:none;
}
.ny-list .cases ul li:hover .list-img .btn-box{
	display: block;	
}

@media only screen and (max-width: 1200px){
	.option-section {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.option-list table tr td:first-child {
	    width: 80px;
	}
	.option-list ul li {
	    margin: 5px;
	}
}
@media only screen and (max-width: 1023px){
	.ny-list .cases ul li:hover .list-img::after {
		display: none;	
	}
	.ny-list .cases ul li:hover .list-img .btn-box{
		display: none;	
	}
	.option-section {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.ny-list {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.option-list table tr td {
		padding: 15px 0px;
	}
	.option-list table tr td {
		line-height: 28px;
	}
}
@media only screen and (max-width: 900px){
	.option-section {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.ny-list .cases ul li {
		width: 50%;
		margin: 10px 0px;
		padding: 0px 10px;
	}
	.ny-list .cases ul li:nth-of-type(3n+2){
		margin: 10px 0px;
	}
	.ny-search {
	    margin-top: 30px;
	}
}
@media only screen and (max-width: 767px){
	.option-section {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ny-list {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.option-list table tr td:first-child {
	    width: 60px;
	}
	.ny-list .cases ul li .tit {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.option-list ul li {
		width: auto;
		padding: 0px 10px;
	    margin: 5px 0px;
		font-size: 14px;
	}
	.option-list table tr td {
	    padding: 10px 0px;
		line-height: 25px;
	}
	.ny-search {
	    margin-top: 20px;
	}
	.ny-search input[type='text'] {
	    width: 300px;
	    height: 40px;
	    line-height: 38px;
	    padding: 0px 10px 0px 20px;
	}
	.ny-search input[type='submit'] {
	    width: 100px;
	    height: 40px;
	    line-height: 40px;
	}
}
@media only screen and (max-width: 479px){
	.option-list table tr td:first-child {
		width: 50px;
	}
	.option-list table tr td {
		padding: 5px 0px;
	}
	.option-section {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.ny-list .cases ul li {
		width: 100%;
	}
	.ny-search input[type='text'] {
	    width: 200px;
		padding: 0px 10px;
	}
	.ny-search input[type='submit'] {
		font-size: 14px;
	}
	.option-list ul li {
	    padding: 0px 8px;
	}
	.ny-list .cases ul li .tit {
	    margin-top: 5px;
	}
	.ny-list .cases ul li .job {
	    font-size: 14px;
	    line-height: 25px;
	}
}

/*ny cases detaile*/
.detail-section {
	height: auto;
	overflow: hidden;
	background: url(../images/news_bg.jpg) #f1f1f1 no-repeat top center;
	padding: 50px 0px;
}
.cases-detail{
	height: auto;
	overflow: hidden;
}
.cases-detail .left-box {
	float: left;
	width: calc(100% - 280px);
	height: auto;
	overflow: hidden;
	padding-right: 70px;
}

.detail-imgs {
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 70px;
}

.detail-imgs .detail-slider {
	height: 554px;
}

.detail-imgs .detail-slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.detail-imgs .bt-prev {
	left: 0px;
}

.detail-imgs .bt-next {
	right: 0px;
}

.detail-tit {
	color: #333;
	margin-top: 65px;
	text-align: center;
}
.detail-time {
	color: #959595;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}

.cases-detail .right-box {
	float: right;
	width: 280px;
	height: auto;
	overflow: hidden;
	padding-top: 24px;
}
.cases-detail .right-box.ny {
	padding-top: 0px;
}
.cases-detail .right-box .head-img {
	width: 100%;
	text-align: center;
	height: 346px;
	overflow: hidden;
	background-color: #fff;
}
.cases-detail .right-box .head-img img {
	width: 100%;
	max-width: 280px;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.cases-detail .right-box .job {
	font-size: 16px;
	color: #8e8e8e;
	margin-top: 40px;
}
.cases-detail .right-box .job span {
	opacity: 0;
}
.cases-detail .right-box .name {
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	margin-top: 40px;
	color: #313131;
}
.cases-detail .right-box .author-about {
	width: 100%;
	height: 366px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 16px;
	color: #959595;
	background-color: #fff;
	padding: 0px 50px;
}
.cases-detail .right-box .author-about p {
	line-height: 30px;
	padding: 9px 0px;
	border-bottom: 1px solid #e8e8e8;
}
.cases-detail .right-box .home-more {
	margin: 50px  auto auto;
}

.detail-left {
	float: left;
	width: calc(100% - 280px);
	height: auto;
	overflow: hidden;
	padding-right: 70px;
	padding-bottom: 50px;
}
.detail-right {
	float: right;
	width: 280px;
	height: auto;
/* 	overflow: hidden; */
}

.detail-box {
	margin-top: 40px;
}

.ny-tit {
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e8e8e8;
}
.ny-tit.gongdi {
	margin-top: 40px;
}
.ny-tit span {
	display: inline-block;
	font-size: 24px;
	line-height: 82px;
	color: #333;
	position: relative;
}
.ny-tit span::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 0px;
	bottom: -2px;
	z-index: 5;
}

.content-box {
	line-height: 2.6em;
	color: #888;
	font-size:18px;
	padding: 60px 0px;
 	min-height: 500px; 
	overflow: hidden;
	text-align: justify;
}
.content-box.page {
	padding: 25px 0px 50px;
} 
.content-box img { margin:10px 0px;}
.about-page .content-box {
	padding:0px;
}

.page-box ul {
	display: flex;
	justify-content: space-between;
}
.page-box .flaticon-backward {
	margin-right: 5px;
}
.page-box ul li {
	color: #2a2a2a;
	line-height: 80px;
}
.page-box ul li:nth-child(1) {
	width: 40%;
}
.page-box ul li:nth-child(2) {
	width: 100px;
	padding:0px;
	text-align: center;
}
.page-box ul li:nth-child(3) {
	width: 40%;
	text-align: right;
}
.page-box ul li a{
	display: block;
	width: 100%;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; 
}
.page-box ul li a:link,.page-box ul li a:visited {
	color: #2a2a2a;
}
.page-box ul li a:hover {
	color: #178dbf;
}

.about-page {
	padding: 120px 0px;
	line-height: 2.6em;
}
.about-page.contact-box {
	padding-bottom: 0px;
}
.culture-box {
	height: auto;
	overflow: hidden;
}
.culture-box .about-tit {
	text-align: center;
	color: #fff;
}
.culture-text {
	padding: 40px 0px;
	opacity: .8;
}
.culture-box p {
	/* font-size: 18px; */
	line-height: 2em;
	color: #fff;
}

@media only screen and (max-width: 900px){
	.page-box ul {
	    display: block;
	}
	.page-box ul li {
	    line-height: 40px;
	}
	.page-box ul li:nth-child(1) {
		width: 100%;
	}
	.page-box ul li:nth-child(2) {
		display: none;
	}
	.page-box ul li:nth-child(3) {
		width: 100%;
		text-align:left;
	}
	.content-box {
		min-height: 300px; 
		line-height:2em;
		padding: 30px 0px;
	}
	.culture-text {
		padding: 40px 0px 0px;
	}
	.about-page .content-box {
		padding: 0px 20px;
	}
}


.team-box {
	height: 800px;
	background-color: #2a2a2a;
	position: relative;
}
.team-box .auto-container {
	position: relative;
}
.team-box .about-tit {
	color: #fff;
}
.team-box .ziti {
	position: absolute;
	top: 30px;
	left: 17px;
	z-index: 5;
	font-size: 100px;
/*	animation: dh-4 12s ease-in-out infinite;
	-moz-animation: dh-4 12s ease-in-out infinite;
	-webkit-animation: dh-4 12s ease-in-out infinite;
	-o-animation: dh-4 12s ease-in-out infinite;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s; */
}
@keyframes dh-4
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
@-moz-keyframes dh-4
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
@-webkit-keyframes dh-4
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
@-o-keyframes dh-4
{
0% {transform: translateX(0px);}
50% {transform: translateX(500px);}
100% {transform: translateX(0px);}
}
.team-box .team-img {
	position: absolute;
	height: 100%;
	right: 0px;
	top:0px;
	z-index: 10;
	overflow:hidden;
}
.team-box .team-img img {
	height: 100%;
}
.team-list {
	width: 70%;
	height: auto;
	margin-top: 100px;
	position: relative;
}
.team-list a {
	display:block;
	overflow:hidden;
}
.team-list a img {
	transition:all .3s linear;
}
.team-list a:hover img {
	transform:scale(1.1);
}

.team-list a .team-time {
	color: #888;
	/* font-size: 18px; */
	margin-top: 60px;
}
.team-list a .team-title {
	color: #fff;
	/* font-size: 18px; */
	margin-top: 20px;
	line-height: 36px;
}
.team-list .swiper-button-prev {
	left: -40px;
}
.team-list .swiper-button-next {
	right: -40px;
}


@media only screen and (max-width: 1800px){ 
	.team-list {
		width: 60%;
	}
}
@media only screen and (max-width: 1600px){
	.team-box {
	    height: 700px;
	}
	.team-list .swiper-button-prev {
		left: 10px;
	}
	.team-list .swiper-button-next {
		right: 10px;
	}
}
@media only screen and (max-width: 1439px){
	.about-page {
	    padding: 80px 0px;
	}
	.team-box {
	    height: 600px;
	}
	.team-list {
	    margin-top: 50px;
	}
	.team-list a .team-time {
	    margin-top: 40px;
	}
	.detail-tit {
	    margin-top: 40px;
	}
}
@media only screen and (max-width: 1279px){
	.team-list {
		width: 55%;
	}
}
@media only screen and (max-width: 1023px){
	.team-list {
		width: 50%;
	}
}
@media only screen and (max-width: 900px){
	.about-page {
	    padding: 50px 0px;
	}
	.team-box .ziti {
		display: none;
	}
	.team-list {
	    margin-top: 30px;
	}
	.team-list {
		width: 100%;
	}
	.team-box {
	    height: auto;
		padding-bottom: 0px;
	}
	.team-box .team-img {
	    position: relative;
	    height: auto;
	    width: 100%;
	    margin-top: 10px;
	    padding: 20px;
	    display: none;
	}
	.team-box .team-img img {
		display: block;
		width: 100%;
	}
	.team-list a .team-time {
	    margin-top: 20px;
	}
	.team-list a .team-title {
	    margin-top: 10px;
	}
	.detail-tit {
	    margin-top: 20px;
	}
}
@media only screen and (max-width: 500px){
	.about-page {
		padding: 50px 0px;
		line-height: 2em;
	}
}

.tiyan .tiyan-box {
	width: 100%;
	height: auto;
	position: relative;
}
.tiyan .tiyan-box .ziti {
	position: absolute;
	bottom: 0px;
	font-size: 300px;
	z-index: 10;
/*	-webkit-text-stroke: 2px #d6d5d5;
	animation: dh-3 12s ease-in-out infinite;
	-moz-animation: dh-3 12s ease-in-out infinite;
	-webkit-animation: dh-3 12s ease-in-out infinite;
	-o-animation: dh-3 12s ease-in-out infinite;
	animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
	-o-animation-delay: 1s;*/
}
.tiyan .about-tit{
	text-align: center;
	margin-bottom: 130px;
}
.tiyan .swiper-slide {
	width: 1460px;
	max-width: 100%;
}
.tiyan .tiyan-img {
	width: 100%;
	position: relative;
}
.tiyan .tiyan-img::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	width: 100%;
	height: 100%;
	background-color: #73c8dc;
	opacity: .8;
/* 	transition: all .3s linear; */
}
.tiyan .swiper-slide-active .tiyan-img::after {
	opacity: 0;
}
.tiyan .swiper-slide img {
	display: block;
	width: 100%;
}
.tiyan .tiyan-ico {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 160px;
	height: 160px;
	border-radius: 160px;
	z-index: 100;
	transform: translate(-50%,-50%);
}
.tiyan .swiper-button-next, .tiyan .swiper-container-rtl .swiper-button-prev {
	width: 36px;
	height: 60px;
	background-size: 36px 60px;
	margin-top: 67px;
}
.tiyan .swiper-button-prev, .tiyan .swiper-container-rtl .swiper-button-next {
	width: 36px;
	height: 60px;
	background-size: 36px 60px;
	margin-top: 67px;
}
.tiyan .swiper-container-horizontal>.swiper-pagination-progressbar, .tiyan .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 1460px;
	max-width: 100%;
	height: 10px;
	left: 50%;
	transform: translateX(-50%);
	top: initial;
    bottom: -150px;
}
.tiyan .swiper-pagination-progressbar {
    background: #2a2a2a;
}
.tiyan .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #73c8dc;
	cursor: pointer;
}
.about-page.qjty .auto-container {
	display: none;
}
.about-page.qjty .auto-container p {
	color: #888;
}
.about-page.qjty .auto-container:first-child {
	display: block;
}

@media only screen and (max-width: 1800px){

}
@media only screen and (max-width: 1600px){
	.tiyan .swiper-slide {
		width: 1200px;
	}
	.tiyan .swiper-container-horizontal>.swiper-pagination-progressbar, .tiyan .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		width: 1200px;
	    bottom: -100px;
	}
}
@media only screen and (max-width: 1439px){
	.tiyan .tiyan-box .ziti {
		font-size: 200px;
	}
	.tiyan .swiper-slide {
		width: 900px;
	}
	.tiyan .swiper-container-horizontal>.swiper-pagination-progressbar, .tiyan .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		width: 900px;
	    bottom: -80px;
	}
	.tiyan .about-tit {
	    margin-bottom: 100px;
	}
	.tiyan .swiper-button-next, .tiyan .swiper-container-rtl .swiper-button-prev {
		margin-top: 47px;
	}
	.tiyan .swiper-button-prev, .tiyan .swiper-container-rtl .swiper-button-next {
		margin-top: 47px;
	}
}
@media only screen and (max-width: 1279px){
	.tiyan .tiyan-box .ziti {
		font-size: 150px;
	}
	.tiyan .swiper-slide {
		width: 750px;
	}
	.tiyan .swiper-container-horizontal>.swiper-pagination-progressbar, .tiyan .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
		width: 750px;
	    bottom: -60px;
	}
	.tiyan .tiyan-ico {
		width: 120px;
		height: 120px;
		border-radius: 120px;
	}
	.tiyan .swiper-button-next, .tiyan .swiper-container-rtl .swiper-button-prev {
	    right: 30px;
	}
	.tiyan .swiper-button-prev, .tiyan .swiper-container-rtl .swiper-button-next {
	    left: 30px;
	}
}
@media only screen and (max-width: 1023px){
	.tiyan .tiyan-box .ziti {
		display: none;
	}
	.tiyan .tiyan-ico {
		width: 120px;
		height: 120px;
		border-radius: 120px;
	}
}
@media only screen and (max-width: 900px){

}
@media only screen and (max-width: 767px){
	.tiyan .tiyan-img {
		height: 500px;
	}
	.tiyan .swiper-slide img {
		min-width:100%;
		min-height:100%;
		object-fit: cover;
	}
	.tiyan .about-tit {
	    margin-bottom: 100px;
	}
	.tiyan .swiper-button-next, .tiyan .swiper-container-rtl .swiper-button-prev {
		margin-top: 29px;
	}
	.tiyan .swiper-button-prev, .tiyan .swiper-container-rtl .swiper-button-next {
		margin-top: 29px;
	}
	.tiyan .tiyan-ico {
		width: 80px;
		height: 80px;
		border-radius: 80px;
		transform: translate(-50%,-90px);
	}
	.tiyan .swiper-container-horizontal>.swiper-pagination-progressbar, .tiyan .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	    bottom: -30px;
	}
}
@media only screen and (max-width: 500px){
	.tiyan .swiper-button-next, .tiyan .swiper-container-rtl .swiper-button-prev {
		margin-top: 19px;
	}
	.tiyan .swiper-button-prev, .tiyan .swiper-container-rtl .swiper-button-next {
		margin-top: 19px;
	}
}


.fg-box .about-tit {
	text-align: center;
}
.fg-list {
	width: 100%;
	height: 715px;
	margin-top: 60px;
	overflow: hidden;
}
.fg-list .fg-l {
	float: left;
	height: 100%;
	width: 75%;
}
.fg-list .fg-l img {
	display: block;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.fg-list .fg-r {
	float: right;
	height: 100%;
	width: calc(25% - 45px);
	border-top: 10px solid #2a2a2a;
	border-bottom: 10px solid #2a2a2a;
	position: relative;
}
.fg-list .fg-r .fg-slider {
	height: 100%;
}
.fg-list .fg-r .fg-slider .swiper-slide {
	height: auto;
	margin: 10px 0px;
	cursor: pointer;
}
.fg-title {
	width: 100%;
	color: #fff;
	/* font-size: 18px; */
	margin-top: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	padding: 10px;
	background-color: rgb(0 0 0 / .5);
}
.fg-box .flaticon-right-arrow.up {
	position: absolute;
	left: 48%;
	top: -15px;
	z-index: 100;
	color: #73c8dc;
	font-size: 30px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor: pointer;
}
.fg-box .flaticon-right-arrow.down {
	position: absolute;
	left: 48%;
	bottom: -15px;
	z-index: 100;
	color: #73c8dc;
	font-size: 30px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	cursor: pointer;
}

@media only screen and (max-width: 1600px){
	.fg-list .fg-r {
		width: calc(25% - 30px);
		border-top: 8px solid #2a2a2a;
		border-bottom: 8px solid #2a2a2a;
	}
}
@media only screen and (max-width: 1439px){
	.fg-list {
	    height: 630px;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1279px){
	.fg-list {
	    height: 500px;
	}
	.fg-list .fg-r {
		width: calc(25% - 15px);
		border-top: 5px solid #2a2a2a;
		border-bottom: 5px solid #2a2a2a;
	}
	.fg-list .fg-r .fg-slider .swiper-slide {
	    margin: 3px 0px;
	}
}
@media only screen and (max-width: 900px){
	.fg-list {
	    height: auto;
		margin-top: 30px;
	}
	.fg-list .fg-l {
		width: 100%;
	}
	.fg-list .fg-r {
	    width: 100%;
	    display: none;
	}
	.fg-box .flaticon-right-arrow.up,.fg-box .flaticon-right-arrow.down {
		display: none;
	}
}

/*contacts*/
#allmap {
	width: 100%;
	height: 80vh;
	position: relative;
}
.address-box {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 100;
}
.address-box .auto-container{
	background-color: #73c8dc;
	color: #fff;
	line-height: 2.6em;
	text-align: center;
	padding: 50px 0px;
}
.address-box .fa-map-marker{
	font-size: 30px;
}

.lx-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lx-box ul{
	display: flex;
	justify-content: space-between;
}
.lx-box ul li {
	position: relative;
	padding-left: 85px;
}
.lx-box ul li .lx-ico{
	position: absolute;
	width:65px;
	height: 65px;
	line-height: 65px;
	border-radius: 65px;
	text-align: center;
	left: 0px;
	top: 50%;
	z-index: 10;
	border: 1px solid #2a2a2a;
	transform: translateY(-50%);
}
.lx-box ul li i.fa {
	font-size: 30px;
}
.lx-box ul li h5 {
	line-height: 1em;
}
.lx-box ul li p {
	color: #888;
}

.about-page.feedback,.about-page.yuding {
	padding-top: 0px;
}
.feedback .auto-container{
	border-top: 10px solid #2a2a2a;
	padding-top: 60px;
}
.feedback .about-tit {
	text-align: center;
}
.ly-box {
	background: url("../images/ly-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 100px 0px;
	margin-top: 50px;
}
.ly-text {
	line-height: 30px;
	margin-bottom: 10px;
}
.ly-box #form1 {
	max-width: 720px; 
	margin: 0 auto;
	line-height: 50px;
}
#form1 ul li {
	width: 100%;
	margin-bottom: 20px;
}
#form1 ul li:first-child {
	width: 48%;
	float: left;
	margin-right: 4%;
}
#form1 ul li:nth-child(2) {
	width: 48%;
	float: right;
}
#form1 ul li input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px 5px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #dedede;
}
#form1 ul li textarea {
	width: 100%;
	height: 90px;
	line-height: 30px;
	padding: 0px 5px;
	resize:none;
	background-color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	border: 1px solid #dedede;
	display: block;
}
.yzm-box {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#txtCode {
	float: left;
}
#form1 ul li input#txtCode{
	width: 50%;
}
#ly_yzm{
	float: right;
	position: relative;
	width: 48%;
	height: 50px;
}
#ly_yzm img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10;
	height: 100%;
}
#ly-bt {
	width: 160px;
	height: 160px;
	background-color:#73c8dc;
	border-radius: 160px;
	color: #fff;
	margin-top: 20px;
}
@media only screen and (max-width: 1023px){
	.ly-box {
		padding: 60px 60px 100px;
	}
	.feedback .auto-container {
	    border-top: 5px solid #2a2a2a;
	}
	#ly-bt {
		width: 120px;
		height: 120px;
		border-radius: 120px;
	}
}
@media only screen and (max-width: 767px){
	#allmap {
		height: 500px;
	}
	.address-box .auto-container {
		line-height: 2em;
		padding: 20px;
	}
	#ly-bt {
		width: 100px;
		height: 100px;
		border-radius: 100px;
		font-size: 16px;
	}
	.ly-box {
		padding: 40px 40px 100px;
	}
	.ewm-list {
	    padding: 30px 0px;
	}
	.contact-box .ewm-list ul {
		display: initial;
		justify-content: initial;
	}
	.contact-box .ewm-list ul li {
		width: 50%;
		margin: 0px;
		float: left;
		padding: 20px;
	}
	.lx-box ul li {
		padding-left: 0px;
	}
	.lx-box ul li .lx-ico {
		display: none;
	}
}
@media only screen and (max-width: 500px){
	#form1 {
	    line-height: 40px;
	}
	.address-box .auto-container {
	    line-height: 2em;
	    padding: 30px 10px;
	}
	.ly-box {
		padding: 30px 30px 80px;
		margin-top: 30px;
	}
	.feedback .auto-container {
	    padding-top: 30px;
	}
	#form1 ul li:first-child {
		width: 100%;
		margin-right: 0%;
	}
	#form1 ul li:nth-child(2) {
		width: 100%;
	}
	#form1 ul li {
	    margin-bottom: 10px;
	}
	#form1 ul li input {
	    height: 40px;
	    line-height: 40px;
	}
	.lx-box ul {
		display: initial;
		justify-content: initial;
	}
	.lx-box ul li {
		text-align: center;
		padding-bottom: 10px;
	}
	#ly_yzm{
		height: 40px;
	}
	.ly-text {
		margin-bottom: 0px; 
	}
}

/*tem*/
.ny-list .tem {
	height: auto;
	overflow: hidden;
}
.ny-list .tem ul li {
	width: 25%;
	padding: 10px;
	margin: 16px 0px;
}
.ny-list .tem ul li .list-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.ny-list .tem ul li .list-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transition: all .3s linear;
}

.ny-list .tem ul li:hover img {
	transform: scale(1.1);
}

.ny-list .tem ul li .list-img .btn-box{
	position: absolute;
	width: 50%;
	height: auto;
	overflow: hidden;
	left: 25%;
	top: 60%;
	z-index: 6;
	display: none;
}
.ny-list .tem ul li .list-img .btn-box .home-more {
	display: inline-block;
	width: 100%;
	margin: 10px auto;
}
.ny-list .tem ul li .tit {
	font-size: 20px;
	color: #313131;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
}
.ny-list .tem ul li .job {
	font-size: 16px;
	color: #8e8e8e;
	line-height: 30px;
	text-align: center;
}
.ny-list .tem ul li:hover .list-img::after {
	display: block;	
}
.ny-list .tem ul li:hover .list-img .btn-box{
	display: block;	
}

@media only screen and (max-width: 1200px){
	.ny-list .tem ul li {
	    margin: 10px 0px;
	}
	.ny-list .tem ul li .list-img .btn-box {
	    top: 50%;
	}
	.ny-list .tem ul li .list-img .btn-box .home-more {
	    margin: 5px auto;
	}
}
@media only screen and (max-width: 1023px){
	.ny-list .tem ul li:hover .list-img::after {
		display: none;	
	}
	.ny-list .tem ul li:hover .list-img .btn-box{
		display: none;	
	}
	.ny-list .tem ul li {
	    margin: 0px;
	}
}
@media only screen and (max-width: 900px){
	.ny-list .tem ul li {
		width: 50%;
		margin: 10px 0px;
		padding: 0px 10px;
	}
}
@media only screen and (max-width: 767px){
	.ny-list .tem ul li .tit {
	    font-size: 16px;
	    margin-top: 10px;
	}
}
@media only screen and (max-width: 479px){
	.ny-list .tem ul li {
		width: 100%;
	}
	.ny-list .tem ul li .tit {
	    margin-top: 5px;
	}
	.ny-list .tem ul li .job {
	    font-size: 14px;
	    line-height: 25px;
	}
}


/*tem detail*/
.tem-box2 {
    position: relative;
    height: auto;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 80px;
}
.tem-box2 .tem-left  {
	height: 525px;
}
.tem-box2 .tem-right  {
	height: 525px;
	position: relative;
}
.tem-box2 .des-box {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}
.tem-box2 p{
	line-height: 54px;
	border-bottom: 1px solid #e8e8e8;
	color: #959595;
}
.tem-box2 .tem-right .home-more {
    margin: 60px 0px 0px;
}

.house-iframe {
	display: block;
	height: 600px;
	margin-bottom: 20px;
}
.iframe-name {
	text-align:center;
	line-height:30px;
	margin-bottom:30px;
}

@media only screen and (max-width: 1200px){
	.tem-box2 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.house-iframe {
		height: 500px;
	}
}

@media only screen and (max-width: 1023px){
	.tem-box2 .tem-left  {
		height: 400px;
	}
	.tem-box2 .tem-right  {
		height: 400px;
	}
	.tem-box2 p {
	    line-height: 45px;
	}
	.tem-box2 .tem-right .home-more {
	    margin: 50px 0px 0px;
	}
	.tem-box2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.house-iframe {
		height: 450px;
	}
	.iframe-name {
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 900px){
	.tem-box2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px){
	.tem-box2 .tem-left {
		height: auto;
		padding-bottom: 10px;
	}
	.tem-box2 .tem-right .home-more {
	    margin: 40px 0px 0px;
	}
	.house-iframe {
		height: 350px;
	}
	.iframe-name {
		line-height:40px;
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 479px){
	.tem-box2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.tem-box2 p {
	    line-height: 25px;
	    padding: 5px 0px;
	}
	.house-iframe {
		height: 250px;
	}
}

/*news*/
.type-list {
	height: auto;
	padding-top: 55px;
	overflow: hidden;
	text-align: center;
}
.type-list ul {
	display: inline-block;
}
.type-list ul li {
	float: left;
	width: 150px;
	position: relative;
}
.type-list ul li::after{
	content: "";
	width: 1px;
	height:16px;
	background-color: #313131;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
}
.type-list ul li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 16px;
	color: #313131;
}
.type-list ul li a:link,.type-list ul li a:visited {
	color: #313131;
}
.type-list ul li a:hover,.type-list ul li.cur a {
	color: #1491c4;
}

.news-list {
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 50px;
}
.news-list ul li {
	width: 33.333333%;
	float: left;
	padding: 10px 12px 40px;
}
.news-list.tj ul li {
	width: 100%;
	float: left;
	padding: 0px 0px 20px;
}
.news-list ul li .news-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.video-list ul li .news-img::after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
.video-list ul li .news-img i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 10;
	font-size: 70px;
}
.news-list ul li .news-img img {
	display: block;
	width: 100%;
	transition: all .3s linear;
}
.news-list ul li:hover img {
	transform: scale(1.1);
}
.news-list ul li .tit {
	position: relative;
	padding-right: 30px;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.news-list.video-list ul li .tit {
	margin-top: 50px;
}
.news-list ul li .tit i {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	color: #999;
}
.news-list.tj ul li .tit {
    margin-top: 30px;
}
.news-list ul li:hover .tit {
	color: #1491c4;
}
.news-list ul li:hover .tit i {
	color: #1491c4;
}
.news-list ul li .time {
	font-size: 16px;
	line-height: 30px;
	color: #959595;
	margin-top: 50px;
}
.news-list.tj ul li .time {
    margin-top: 10px;
}

@media only screen and (max-width: 1200px){
	.news-list ul li .tit {
		margin-top: 30px;
	}
	.news-list.video-list ul li .tit {
	    margin-top: 30px;
	}
	.news-list ul li .time {
		margin-top: 15px;
	}
	.news-list ul li {
		padding: 10px 10px 30px;
	}
	.type-list {
	    padding-top: 40px;
	}
}
@media only screen and (max-width: 1023px){
	.news-list ul li .tit {
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
	}
	.news-list.video-list ul li .tit {
	    margin-top: 20px;
	}
	.news-list ul li .time {
		margin-top: 10px;
	}
	.news-list ul li {
		padding: 10px 10px 20px;
	}
	.news-list {
	    margin-top: 30px;
	}
	.detail-time.underline {
	    padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px){
	.type-list {
	    padding-top: 30px;
	}
	.type-list ul li {
	    width: 100px;
	}
	.news-list {
	    margin-top: 20px;
	}
	.news-list ul li {
		width: 50%;
		float: left;
		padding: 10px;
	}
	.news-list ul li .tit {
		padding: 0px;
		margin-top: 10px;
	}
	.news-list ul li .tit i {
		display: none;
	}
	.detail-time.underline {
	    padding-bottom: 30px;
	}
	.cases-detail .right-box.ny {
	    padding-top: 20px;
	}
}
@media only screen and (max-width: 479px){
	.type-list ul li {
	    width: auto;
		padding: 0px 10px;
		margin: 10px 0px;
	}
	.news-list {
	    margin-top: 10px;
	}
	.news-list ul li {
		width: 100%;
		float: left;
		padding: 10px;
	}
	.news-list ul li .tit {
		margin-top: 5px;
	}
	.news-list ul li .time {
		margin-top: 5px;
	}
	.video-list ul li .news-img i {
	    font-size: 40px;
	}
	.detail-time.underline {
	    padding-bottom: 20px;
	}
}


/*job*/
.job-page {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.job-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 10px solid #2a2a2a;
	border-bottom: 10px solid #2a2a2a;
}
.job-list tbody {
	width: 100%;
}

.job-list th {
	font-size: 24px;
	font-weight: initial;
	line-height: 100px;
	padding-left: 100px;
}

.job-list .job-item td {
	padding-left: 100px;
	line-height: 60px;
	padding: 35px 35px 35px 100px;
	background-color: #fff;
	border-top: 1px solid #f0f0f0;
	cursor: pointer;
	color: #888;
}

.job-item.on td {
	color: #2a2a2a;
}

.job-list .con-box {
	border-top: 1px solid #f0f0f0;
	padding-left: 100px;
	color: #888;
	padding: 35px 35px 65px 100px;
	display: none;
	line-height: 2em;
}

.job-list .con-box h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #2a2a2a;
}

.job-list .job-content td {
	background-color: #fff;
}

.job-links{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px;
}
.job-links ul {
	display: flex;
	justify-content: space-between;
}
.job-links ul li {
	padding: 10px;
	width:33%;
}
.job-links ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 30px;
}
.job-links ul li img {
	display: block;
	width: 100%;
	transition: all .3s linear;
}
.job-links ul li:hover img{
	scale: 1.1;
}

@media (max-width:1200px) {
	.job-list th {
		padding-left: 30px;
	}
	.job-list .job-item td {
		color: var(--thm-title);
		line-height: 60px;
		padding: 30px;
	}
}

@media (max-width:768px) {
	.job-list th {
		font-size: 16px;
		line-height: 70px;
		padding-left: 10px;
	}

	.job-list tr th:nth-child(5),
	.job-list tr td:nth-child(5) {
		display: none;
	}

	.job-list .job-item td {
		line-height: 40px;
		padding: 10px;
		font-size: 14px;
	}

	.job-list .con-box {
		padding: 10px 0px 30px;
		line-height: 1.5em;
	}

	.job-list .con-box h2 {
		margin-top: 20px;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.job-links {
	    padding: 20px 0px;
	}
	.job-links ul li {
		padding: 2px;
	}
	.job-links ul li a {
		border-radius: 10px;
	}
}


/*page*/
.pageNav {width: 100%;text-align: center;height: auto;overflow: hidden;padding: 60px 0px;color: #666;}
#PageContent {
}
.pageNav font,.pageNav span,.pageNav a {display:inline-block;width:35px;height:40px;line-height:40px;overflow:hidden;font-size:15px;border: 1px solid #e8e8e8;color: #313131;background: #fff;margin-right: 5px;}
.pageNav font.current,.pageNav span.current {background: #1491c4;color:#fff;margin-right: 5px;}
.pageNav font.disabled,.pageNav span.disabled {color:#adaaad;}
.pageNav a,.pageNav a:link,.pageNav a:visited {font-size:15px;border: 1px solid #e8e8e8;color: #313131;white-space:nowrap;background-color: #fff;margin-right: 5px;}
.pageNav a:hover {background-color: #1491c4;color:#fff;}
.pageNav a.current {background:#f7f7f7;color:#fff;}
.pageNav a.disabled {color:#adaaad;}
.pageNav .page-arrow {font-family:simsun;}

@media only screen and (max-width:767px) {
	.pageNav {padding: 30px 0px;}
	.pageNav font,.pageNav span,.pageNav a {width:30px;height:30px;line-height:30px;font-size:12px;margin-right: 3px;}
	.pageNav font.current,.pageNav span.current {margin-right: 3px;}
	.pageNav a,.pageNav a:link,.pageNav a:visited {font-size:12px;margin-right: 3px;}
}


/*share*/
#bd_share {
	display:inline-flex;
}
#bd_share a {
    margin: 3px 8px 3px 0;
}
#bd_share span { float:left;}
#share_weixin {background-position: 0px -1612px;}
#share_tsina {background-position: 0px -104px;}
#share_copy {background-position: 0px -2287px;}
#share_print {background-position: 0px -2392px;}
@media only screen and (max-width:767px) {
	#bd_share {
		display:none;
	}
}


/**message*/
.footer-message {
	width: 100%;
	height: auto;
	background-color: #1491c4;
	position: fixed;
	right: 0px;
	bottom: -530px;
	z-index: 999999;
	padding: 40px 0px;
	transition:all .5s linear;
}
.footer-message.open {
	bottom:0px;
/*	animation: msg 1s ease-in-out forwards;
	-moz-animation: msg 1s ease-in-out forwards;
	-webkit-animation: msg 1s ease-in-out forwards;
	-o-animation: msg 1s ease-in-out forwards; 
	animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;*/
}
.footer-message.close {
	width: 80px;
	height: 100px;
	bottom:0px;
}
.footer-message.close::after {
	content: "";
	color: #fff;
}
.footer-message.close .auto-container {
	display: none;
}
@keyframes msg
{
0% {bottom: -230px;}
100% {bottom: 0px;}
}

@-moz-keyframes msg
{
0% {bottom: -230px;}
100% {bottom: 0px;}
}

@-webkit-keyframes msg
{
0% {bottom: -230px;}
100% {bottom: 0px;}
}

@-o-keyframes msg
{
0% {bottom: -230px;}
100% {bottom: 0px;}
}

.footer-message .tit {
	font-size: 30px;
	color: #fff;
}
.footer-message input{
	margin-left: 24px;
}
.footer-message input[type="text"] {
	width: 260px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #e8e8e8;
	padding: 0px 20px;
	background: #fff;
	color: #000;
	font-size: 14px;
	border-radius: 5px;
}
.footer-message input[type="submit"] {
	width: 180px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background-color: #73c8dc;
	color: #fff;
	text-align: center;
	transition: all .3s  linear;
	font-size: 14px;
	border-radius: 5px;
}
.footer-message input[type="submit"]:hover {
	background-color: #70c0d4;
}
.footer-message .auto-container {
	position: relative;
	height: auto;
}
.footer-message .fa-close {
	position: absolute;
	right: 15px;
	top: -60px;
	z-index: 10;
	color: #fff;
	font-size: 24px;
	cursor:pointer;
}
.footer-message .win-close {
	width: 129px;
    height: 29px;
    background: url(../images/close_btn2.png?v=1.1) no-repeat center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
    z-index: 10;
    transition: all .3s linear;
    cursor: pointer;
}
.footer-message.open .win-close {
    background: url(../images/close_btn.png?v=1.1) no-repeat center;
}
@media only screen and (max-width: 1460px){
	.footer-message {
		padding: 30px 0px 30px;
	}
	.footer-message .fa-close {
	    top: -55px;
	}
}
@media only screen and (max-width: 1200px){
	.footer-message .fa-close {
	    top: -45px;
	}
	.footer-message .tit {
		font-size: 26px;
	}
	.footer-message input{
		margin: 0px 0px 0px 20px;
	}
	.footer-message input[type="text"] {
	    width: 200px;
	    padding: 0px 10px;
	}
	.footer-message input[type="submit"] {
		width: 160px;
	}
}
@media only screen and (max-width: 1023px){
	.footer-message .tit {
		font-size: 24px;
	}
	.footer-message input[type="text"] {
	    width: 160px;
	    padding: 0px 10px;
	}
	.footer-message input{
		margin-left: 15px;
	}
	.footer-message .win-close {
		top: -29px;
	}
}
@media only screen and (max-width: 900px){
	.footer-message input{
		margin-left: 10px;
	}
}
@media only screen and (max-width: 767px){
	.footer-message .tit {
		font-size: 22px;
	}
	.footer-message {
		padding: 20px 0px 20px;
	}
	.footer-message .fa-close {
	    top: -35px;
	}
	.footer-message form {
		width: 350px;
	}
	.footer-message input{
		margin-top:10px;
		margin-left: 10px;
	}
	.footer-message input[type="text"] {
		height: 35px;
		line-height: 35px;
	}
	.footer-message input[type="submit"] {
		height: 37px;
		line-height: 37px;
	}
	.footer-message .win-close {
		top: -25px;
	}
}
@media only screen and (max-width: 479px){
	.footer-message form {
		width: 250px;
	}
	.footer-message input[type="submit"],.footer-message input[type="text"] {
		width: 220px;
	}
}


/*honor*/
.honor-section {
	height: auto;
	overflow: hidden;
}
.honor-section .home-tit{
	color: #fff;
	border-bottom: 1px solid rgb(232 232 232 / 30%);
}

.brand_history .home-tit{
	color: #fff;
	border-bottom: 1px solid rgb(232 232 232 / 30%);
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
}

.honor-section .home-tit::after,.brand_history .home-tit::after {
	background-color: #fff;
}


/*yewu*/
.yewu-section {
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.yw-fl {
	width: 100%;
	height: 60px;
	border-radius: 30px;
	background-color: #1491c4;
	padding: 0px 20px;
}
.yw-fl .line {
	width: 100%;
	overflow: auto;
	padding-bottom: 15px;
}
.yw-fl ul {
	min-width: 1200px;
	display: flex;
	justify-content: space-evenly;
	white-space:nowrap;
}
.yw-fl ul li {
	float: left;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.yw-fl ul li.cur::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 13px solid #1491c4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    z-index: 10;
}
.yw-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.yw-content ul li {
	width: 100%;
	height: auto;
	position: relative;
	text-align: right;
	display: none;
}
.yw-content ul li.cur {
	display: block;
}
.yw-content ul li .left-img {
	position: absolute;
	width: 52%;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.yw-content ul li .right-img {
	width: 52%;
}

@media only screen and (max-width: 1023px){
	.yw-content ul li .left-img {
		width: 50%;
	}
	.yw-content ul li .right-img {
		width: 50%;
	}
}
@media only screen and (max-width: 900px){
	.yw-content ul li .left-img {
		width: 45%;
	}
	.yw-content ul li .right-img {
		width: 55%;
	}
}
@media only screen and (max-width: 767px){
	.yw-fl {
		height: 40px;
		border-radius: 25px;
	}
	.yw-fl ul {
		min-width: 1000px;
	}
	.yw-fl ul li {
		line-height: 40px;
		font-size: 16px;
	}
	.yw-fl ul li.cur::after {
	    border-left: 13px solid transparent;
	    border-right: 13px solid transparent;
	    border-top: 9px solid #1491c4;
	    bottom: -9px;
	}
	.yw-content ul li .left-img {
		width: 100%;
		position: relative;
		left: initial;
		top: initial;
		transform: translateY(0);
	}
	.yw-content ul li .right-img {
		width: 100%;
	}
	.yw-content {
	    margin-top: 25px;
	}
}
@media only screen and (max-width: 479px){
	.yewu-section {
		padding-bottom: 10px;
	}
}

/*yewu brand*/
.brand-section {
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
.brand-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.brand-list ul {
	display: inline-block;;
}
.brand-list ul li {
	float: left;
	width: 130px;
	height: 145px;
	background-color: #1491c4;
	border-radius: 10px;
	color: #fff;
	margin: 0px 26px 10px;
	cursor: pointer;
}
.brand-list ul li.cur {
	background-color: #bf110b;
	-moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.3);
}
.brand-list ul li p {
	line-height: 40px;
	margin-top: 5px;
}
.brand-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.brand-content ul li {
	width: 100%;
	display: none;
}
.brand-content ul li.cur {
	display: block;
}
.brand-content ul li img {
	display: block;
	width: 100%;
}
@media only screen and (max-width: 1200px){
	.brand-list ul li {
	    width: 120px;
	    margin: 0px 15px 10px;
	}
}
@media only screen and (max-width: 1023px){
	.brand-list ul li {
	    width: 110px;
		height: 135px;
	    margin: 0px 10px;
	}
	.brand-list ul li .brand-ico img {
		height: 70px;
	}
}
@media only screen and (max-width: 900px){
	.brand-list ul li {
	    width: 100px;
	    margin: 0px 8px 10px;
	}
}
@media only screen and (max-width: 767px){
	.brand-list ul li {
		margin: 0px 5px 5px;
		height:40px;
	}
	.brand-list ul li p {
		margin: 0 auto;
	}
	.brand-list ul li .brand-ico {
		display: none;
	}
	.brand-content {
	    margin-top: 0px;
	}
}
@media only screen and (max-width: 479px){
	.brand-section {
		padding-bottom: 10px;
	}
}

/*yewu video*/
.video-section {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}
.video-section .content-box{
	text-align: center;
}
@media only screen and (max-width: 479px){
	.video-section {
		padding-bottom: 10px;
	}
}

/*yewu gongyi*/
.gongyi-section{
	height: auto;
	overflow: hidden;
	background-color: #f6f6f6;
	padding-bottom: 20px;
}
.gongyi-box {
	position: relative;
}
.gongyi-slider .swiper-slide img {
	width: 100%;
}
.gongyi-slider .swiper-slide .text-box{
	background-color: #fff;
	padding: 30px;
	text-align: center;
}
.gongyi-slider .swiper-slide .tit {
	font-size: 20px;
	line-height: 24px;
	color: #333;
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis; word-wrap: normal; 
}
.gongyi-slider .swiper-slide .des {
	font-size: 16px;
	color: #959595;
	line-height: 24px;
	height: 72px;
	margin-top: 10px;
	display: -webkit-box;overflow: hidden;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
@media only screen and (max-width: 900px){
	.gongyi-slider .swiper-slide .text-box{
		padding: 20px;
	}
}
@media only screen and (max-width: 767px){

}
@media only screen and (max-width: 479px){
	.gongyi-section {
		padding-bottom: 0px;
	}
	.gongyi-slider .swiper-slide .tit {
		font-size: 16px;
		white-space: initial; 
		text-overflow: initial; 
		word-wrap: initial; 
	}
	.gongyi-slider .swiper-slide .des {
		font-size: 14px;
		color: #959595;
		line-height: 20px;
		height: auto;
		min-height: 60px;
		margin-top: 10px;
		display: block;
		overflow: initial;
		-webkit-line-clamp: initial;
		-webkit-box-orient: initial;
	}
}

/*yewu baozhang*/
.baozhang-section {
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}
@media only screen and (max-width: 479px){
	.baozhang-section {
		padding-bottom: 0px;
	}
}

/*yewu pinzhi*/
.pinzhi-section {
	height: auto;
	overflow: hidden;
}
.pinzhi-section img {
	width: 100%;
}
.pinzhi-text {
	height: auto;
	overflow: hidden;
	padding-top: 20px;
}
.pinzhi-text .txt-item {
	float: left;
	margin-top: 10px;
	padding: 0px 5px;
}
.pinzhi-text .txt-box {
	width: 100%;
	background-color: #f6f6f6;
	padding: 40px;
	color: #333;
	line-height: 36px;
}

.liucheng-section {
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
}

.liucheng{
	height: auto;
	overflow: hidden;
}

.liucheng li {
	width: 19.2%;
	height: 255px;
	margin: 0.4%;
	float: left;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 30px 45px;
}
.liucheng li .tit {
	font-size: 20px;
	color: #313131;
	line-height: 40px;
}
.liucheng li .tit span {
	font-weight: bold;
	padding-right: 10px;
}

.liucheng li .des {
	font-size: 16px;
	line-height: 30px;
	color: #8e8e8e;
	margin-top: 10px;
}
.shigong-section {
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
}

@media only screen and (max-width: 1200px){
	.pinzhi-text .txt-box {
		padding: 30px;
	}
	.liucheng li {
		width: 24.2%;
		padding: 25px 35px;
	}
}
@media only screen and (max-width: 1023px){
	.liucheng li {
		width: 32.5%;
	}
}
@media only screen and (max-width: 767px){
	.pinzhi-section img {
		width: 200%;
		margin-left: -50%;
		max-width: initial;
	}
	.pinzhi-text .txt-box {
		padding: 20px;
	}
	.liucheng li {
		width: 48%;
		margin: 1%;
		padding: 25px 30px;
	}
}
@media only screen and (max-width: 576px){
	.pinzhi-text {
		padding-top: 10px;
	}
	.pinzhi-text .txt-box {
		padding: 10px 20px;
		line-height: 30px;
	}
	.pinzhi-text .txt-item {
	    padding: 0px;
	}
	.liucheng li {
		width: 100%;
		height: auto;
		margin: 5px 0%;
		padding: 25px 30px;
	}
}

@media only screen and (max-width: 479px){
	.liucheng-section {
		padding-bottom: 0px;
	}
	.shigong-section {
		padding-bottom: 0px;
	}
}

.news-section {
	height: auto;
	overflow: hidden;
	background: url(../images/news_bg.jpg) #f1f1f1 no-repeat top center;
}


/*popup*/
.fbody {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;

    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000000;
	display: none;
}
.popup {
    position: fixed;
    top: 30%;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 9999999;
   display: none;
}
.popup-box {
    padding: 56px 68px;
    width: 960px;
    height: 500px;
    background: url(../images/popup-bg.png) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin: auto;
}
.popup-fy{
    width: 58%;
}
.popup-fy p{
    width: 330px;
    text-align: center;
    padding:6px;
    margin-left: 38px;
    font-size: 16px;
    color: #fff;
    background-color: #1491c4;
    border-radius: 20px;
}
.popup-fy h5{
    margin-top: 26px;
    margin-left: 38px;
    font-size: 43px;
    font-weight: 300;
    line-height: 1.2em;
}
.popup-fy h5 span{
    margin: 0px 4px;
    font-size: 36px;
    color: #1491c4;
}

.popup-fy img{
    margin-top: 20px;
}

.popup-bd{
    width: 42%;
}

.popup-bd h5{
    /* margin-left: 42px; */
    font-size: 43px;
    font-weight: 300;
    position: relative;
    text-align: center;
    color: #1491c4;
    line-height: 1.2em;
}

.p-bd-i p{
    margin-top:22px;
    font-size: 20px;
    text-align: center;
}

.popup-input{
    height: 42px;
    line-height: 40px;
    width: 240px;
	max-width: 100%;
    /* border-radius: 12px; */
    border: 1px solid #685656;
    padding-left: 12px;
	font-size: 16px;
	color: #333;
}

.popup-b{
    margin-top: -6px;
    height: 42px;
    width: 240px;
	max-width: 100%;
    /* border-radius: 12px; */
    background-color: #1491c4;
    color: #fff;
    text-align: center;
    /* margin-left: 86px; */
    font-size: 16px;
    /* font-weight: 500; */
}
.popup-b:hover{
    cursor:pointer;
    animation:inputfdd 1s infinite;
    animation-direction:alternate;
}

@keyframes inputfdd{
100% {transform:scale(1.05);
0% {transform:scale(1)};   }
}

.p-bd-i p.popys{
    margin-top: 20px;
    /* margin-left: 86px; */
    font-size: 14px;
    color: #8d8c8b;
}

.p-bd-i p.poptext{
    margin-top:16px;
    /* margin-left: 86px; */
    font-size: 14px;
    text-align: center;
}

.p-bd-i p.poptext span{
    font-size: 18px;
    color:#1491c4 ;
}

.pop-gb{
    position: absolute;
    right:16px;
    top: 12px;
}

.pop-gb img{
    width: 35px;
    height: 35px;
}
.pop-gb-b{
    display: none;
}
.pop-gb:hover .pop-gb-a {
	display: none;
}
.pop-gb:hover .pop-gb-b {
	display: block;
}

.pop-gb img:hover{
    cursor: pointer;
    animation:fadenum 1s 1;
}

@keyframes fadenum{
100%{transform:rotate(360deg)};  
}

@media only screen and (max-width: 1023px){
	.popup-box {
	    padding: 40px;
	    width: 800px;
	}
}
@media only screen and (max-width: 900px){
	.popup-box {
	    padding: 40px;
	    width: 80%;
		max-width: 350px;
		height: auto;
	}
	.popup-fy {
	    display: none;
	}
	.popup-bd {
	    width: 100%;
	}
	.popup-bd h5 {
	    font-size: 26px;
	}
}
@media only screen and (max-width: 767px){
	.popup-bd h5 {
	    font-size: 24px;
	}
}
@media only screen and (max-width: 479px){
	.popup-box {
	    padding: 30px;
	}
	.popup-bd h5 {
	    font-size: 20px;
	}
	.p-bd-i p.popys {
	    margin-top: 10px;
	}
	.p-bd-i p {
	    margin-top: 15px;
	    font-size: 16px;
	}	
	.popup-input {
	    height: 37px;
	    line-height: 35px;
	}
}


/*fixed-box*/
.fixed-box {
	position: fixed;
	width: 120px;
	right: 0%;
	top: 35%;
	transition: all 0.4s ease;
	z-index: 8888888;
	display: none;
}
.fixed-box ul li {
	text-align: center;
	width: 100%;
	height: 70px;
	border-top: 1px solid rgb(255 255 255 / 32%);
	background-color: #178dbf;
	padding: 12px 0 0;
	cursor: pointer;
	position: relative;
}
.fixed-box ul li.scroll-top {
	padding: 18px 0 0;
}
.fixed-box ul li:first-child{
	border: 0px;
}
.fixed-box ul li p {
	font-size: 14px;
	color: #fff;
}
.fixed-box ul li i {
    font-size: 30px;
	line-height: 30px;
    display: block;
    margin: auto;
	color: #fff;
}
.tel-box,.ewm-box {
	width: 150px;
	min-height: 70px;
	border: 1px solid #dadada;
	background-color: #fff;
	position: absolute;
	left: -83px;
	top: 0px;
	z-index: -1;
	padding: 10px 0px;
	color: #333;
	text-align: left;
	opacity: 0;
	transition:all .3s linear;
}
.fixed-box ul li:hover .tel-box,.fixed-box ul li:hover .ewm-box {
	left: -150px;
	opacity: 1;
}
.ewm-box img {
	display: block;
	width: 118px;
	height: 118px;
	margin:0 auto;
}
.fixed-box ul li .tel-box {
	padding: 10px;
}
.fixed-box ul li .tel-box p {
	color: #333;
	text-align: left;
	font-size: 16px;
}
@media only screen and (max-width: 767px){
	.fixed-box {
		display: none;
	}
}


/*cursor*/
.cursor {
	position:fixed;
	top:50%;
	left:-200%;
	width:76px;
	height:76px;
	z-index:999999;
	pointer-events:none;
	background-color:#fff;
	border-radius:50%;
	-webkit-transform-origin:left top;
	-ms-transform-origin:left top;
	transform-origin:left top;
	-webkit-transition:-webkit-transform 0.35s;
	transition:-webkit-transform 0.35s;
	-o-transition:transform 0.35s;
	transition:transform 0.35s;
	transition:transform 0.35s,-webkit-transform 0.35s;
	-webkit-transform:scale(0.3) translate(-50%,-50%);
	-ms-transform:scale(0.3) translate(-50%,-50%);
	transform:scale(0.3) translate(-50%,-50%);
	mix-blend-mode:exclusion
}
.cursor.cursor-scale-full,.mfp-zoom-out-cur .cursor {
	-webkit-transform:scale(1.2) translate(-50%,-50%);
	-ms-transform:scale(1.2) translate(-50%,-50%);
	transform:scale(1.2) translate(-50%,-50%)
}
.cursor.cursor-scale-full span,.mfp-zoom-out-cur .cursor span {
	color:#000
}
.cursor.cursor-scale-half {
	-webkit-transform:scale(1) translate(-50%,-50%);
	-ms-transform:scale(1) translate(-50%,-50%);
	transform:scale(1) translate(-50%,-50%);
	mix-blend-mode:unset;
	background-color:#000
}
.cursor.cursor-scale-half span {
	color:#fff
}
.cursor.cursor-drag .cursor-next,.cursor.cursor-drag .cursor-prev {
	position:absolute;
	top:0;
	right:-25px
}
.cursor.cursor-drag .cursor-prev {
	right:auto;
	left:-25px
}
.cursor.cursor-drag.no-drag {
	mix-blend-mode:exclusion;
	color:#fff
}
.cursor.cursor-drag.no-drag .cursor-drag,.cursor.cursor-drag.no-drag .cursor-next,.cursor.cursor-drag.no-drag .cursor-prev {
	display:none
}
.cursor.cursor-drag.cursor-up-down .cursor-next,.cursor.cursor-drag.cursor-up-down .cursor-prev {
	position:absolute;
	top:-50px;
	right:auto;
	left:33px;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	transform:rotate(-90deg)
}
.cursor.cursor-drag.cursor-up-down .cursor-prev {
	top:auto;
	bottom:-50px
}
.cursor.cursor-drag.no-drag {
	mix-blend-mode:exclusion;
	background-color:#fff
}
.cursor.cursor-drag.no-drag .cursor-drag,.cursor.cursor-drag.no-drag .cursor-next,.cursor.cursor-drag.no-drag .cursor-prev {
	display:none
}
@media only screen and (max-width:991px) {
	.cursor {
	display:none
}
}.cursor .cursor-helper {
	position:absolute;
	border-radius:50%;
	width:100%;
	text-align:center
}
.cursor .cursor-helper span {
	line-height:76px;
	font-size:12px;
	font-weight:bold;
	text-shadow:20px 20px 20px #000;
	display:none
}
.cursor.cursor-view span.cursor-view {
	display:block
}
.cursor.cursor-close span.cursor-close {
	display:block
}
.cursor.cursor-play span.cursor-play {
	display:block
}
.cursor.cursor-open span.cursor-open {
	display:block
}
.cursor.cursor-prev span.cursor-prev {
	display:block
}
.cursor.cursor-next span.cursor-next {
	display:block
}
.cursor.cursor-drag span.cursor-drag {
	display:block;
	background:url(../img/ajin_bg.png) center no-repeat;
	background-size:70% 70%;
}
.dsn-ajax-effect:not(.dsn-cursor-effect) .cursor {
	left:auto;
	top:auto;
	right:10px;
	bottom:10px;
	-webkit-transform:scale(0.3) translate(-50%,-50%);
	-ms-transform:scale(0.3) translate(-50%,-50%);
	transform:scale(0.3) translate(-50%,-50%);
	mix-blend-mode:unset
}
.dsn-ajax-effect .cursor {
	display:inherit!important;
	-webkit-transform:scale(0.3);
	-ms-transform:scale(0.3);
	transform:scale(0.3);
	mix-blend-mode:unset
}
.dsn-ajax-effect .cursor:after {
	content:"";
	position:absolute;
	width:100px;
	height:109px;
	border-radius:50%;
	left:-9px;
	top:-15px;
	border-top:5px solid #fff;
	-webkit-animation-name:animate-load;
	animation-name:animate-load;
	-webkit-animation-duration:1.5s;
	animation-duration:1.5s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.cursor.no-scale {
	-webkit-transform:scale(0) translate(-50%,-50%);
	-ms-transform:scale(0) translate(-50%,-50%);
	transform:scale(0) translate(-50%,-50%)
}
@-webkit-keyframes animate-load {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)

}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}@-moz-keyframes animate-load {
	0% {
	transform:rotate(0deg)
}
to {
	transform:rotate(360deg)
}
}@keyframes animate-load {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg)
}
}.dsn-arrow {
	position:relative
}
.dsn-arrow [data-cursor]:not(.slick-slider) {
	position:absolute;
	width:25%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	cursor:pointer
}
.dsn-arrow.our-work [data-cursor]:not(.slick-slider) {
	height:60%
}
.dsn-arrow [data-cursor=next]:not(.slick-slider) {
	right:0;
	left:auto
}



